COLOR #EBCF3D

HEX: #EBCF3D
RGB: (235,207,61)

Color info

#EBCF3D contains mainly red and green colors. Web safe color of #EBCF3D is #FFCC33 (or #FC3).

RGB color model

#EBCF3D color RGB value is (235,207,61).

  • red value is 235;
  • green value is 207;
  • blue value is 61.
RGB:
(235,207,61)
(92%,81%,24%)

RGB channels and saturation

R 235 of 255 = 92%
G 207 of 255 = 81%
B 61 of 255 = 24%

235
207
61

R + G + B ~ 66%. #EBCF3D is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 207 + 61 = 503 (100%)
R 235 of 503 ~ 46.72%
G 207 of 503 ~ 41.15%
B 61 of 503 ~ 12.13%

%46.72
%41.15
%12.13

CMYK color model

#EBCF3D color CMYK value is (0,12,74,8).

  • cyan value is 0.00%
  • magenta value is 11.91%
  • yellow value is 74.04%
  • key color value is 7.84%
CMYK:
(0,12,74,8)
C0M12Y74K8 
(0%,12%,74%,8%)
(0.00/0.12/0.74/0.08)	

CMYK percentages

%0
%11.91
%74.04
%7.84

Codes

Color #EBCF3D in popluar color models

EBCF3D
RGB23520761
HSL50°81.31%58.04%
HSB/HSV50°74.04%92.16%
CMYK0.00%11.91%74.04%
7.84%

Color #EBCF3D in popluar number systems.

HEXEBCF3D
Decimal23520761
Binary1110101111001111111101
Octal35331775

Shades and tints

Shades of #EBCF3D

#EBCF3D
(235,207,61)
#D6BD38
(214,189,56)
#C1AB33
(193,171,51)
#AC992E
(172,153,46)
#978729
(151,135,41)
#827524
(130,117,36)
#6D631F
(109,99,31)
#58511A
(88,81,26)
#433F15
(67,63,21)
#2E2D10
(46,45,16)
#191B0B
(25,27,11)
#000000
(0,0,0)

Tints of #EBCF3D

#EBCF3D
(235,207,61)
#ECD34E
(236,211,78)
#EDD75F
(237,215,95)
#EEDB70
(238,219,112)
#EFDF81
(239,223,129)
#F0E392
(240,227,146)
#F1E7A3
(241,231,163)
#F2EBB4
(242,235,180)
#F3EFC5
(243,239,197)
#F4F3D6
(244,243,214)
#F5F7E7
(245,247,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBCF3D color. Also use rgb(235,207,61) instead hex code.

Text Font Color

.myTextColor { color: #EBCF3D; }

<p style="color:#EBCF3D">This sample text font color is #EBCF3D.</p>

This text font color is #EBCF3D.


Background Color

.myBgColor { background-color: #EBCF3D; }

<div style="background-color:#EBCF3D">Inner text</div>

This div background color is #EBCF3D.


Border color

.myBorderColor { border: 1px solid #EBCF3D; }

<div style="border:3px solid #EBCF3D">Div</div>

This div border color is #EBCF3D.


Opacity

.myOpacity80 { color: #EBCF3D; opacity: 0.8; }

<p style="color:#EBCF3D;opacity:0.8;">80%</p>

Text with #EBCF3D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EBCF3D;}

<p style="text-shadow: 3px 3px 1px #EBCF3D">Text here.</p>

This text has shadow with #EBCF3D color.

.textShadow {text-shadow: 3px 3px 1px #EBCF3D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EBCF3D, 5px 5px 20px red">Text here.</p>

This text has shadow with #EBCF3D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EBCF3D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EBCF3D, Direction=45, Strength=4)">Text</p>

This text has shadow with #EBCF3D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EBCF3D;
  -webkit-box-shadow:	1px 1px 3px 2px #EBCF3D;
  box-shadow:		1px 1px 3px 2px #EBCF3D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EBCF3D;
-webkit-box-shadow: 1px 1px 3px 2px #EBCF3D;
box-shadow:1px 1px 3px 2px #EBCF3D;">
Div content here</div>
This div box has shadow with color #EBCF3D.

Preview

Color preview on black background

This text has color #EBCF3D on black background.


Color preview on white background

This text has color #EBCF3D on white background.



Black color preview on #EBCF3D background

This text has black color on #EBCF3D background.


White color preview on #EBCF3D background

This text has white color on #EBCF3D background.