COLOR #EBCF0B

HEX: #EBCF0B
RGB: (235,207,11)

Color info

#EBCF0B contains mainly red and green colors. Web safe color of #EBCF0B is #FFCC00 (or #FC0).

RGB color model

#EBCF0B color RGB value is (235,207,11).

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

RGB channels and saturation

R 235 of 255 = 92%
G 207 of 255 = 81%
B 11 of 255 = 4%

235
207
11

R + G + B ~ 59%. #EBCF0B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
235 + 207 + 11 = 453 (100%)
R 235 of 453 ~ 51.88%
G 207 of 453 ~ 45.7%
B 11 of 453 ~ 2.43%

%51.88
%45.7

CMYK color model

#EBCF0B color CMYK value is (0,12,95,8).

  • cyan value is 0.00%
  • magenta value is 11.91%
  • yellow value is 95.32%
  • key color value is 7.84%
CMYK:
(0,12,95,8)
C0M12Y95K8 
(0%,12%,95%,8%)
(0.00/0.12/0.95/0.08)	

CMYK percentages

%0
%11.91
%95.32
%7.84

Codes

Color #EBCF0B in popluar color models

EBCF0B
RGB23520711
HSL53°91.06%48.24%
HSB/HSV53°95.32%92.16%
CMYK0.00%11.91%95.32%
7.84%

Color #EBCF0B in popluar number systems.

HEXEBCF0B
Decimal23520711
Binary11101011110011111011
Octal35331713

Shades and tints

Shades of #EBCF0B

#EBCF0B
(235,207,11)
#D6BD0A
(214,189,10)
#C1AB09
(193,171,9)
#AC9908
(172,153,8)
#978707
(151,135,7)
#827506
(130,117,6)
#6D6305
(109,99,5)
#585104
(88,81,4)
#433F03
(67,63,3)
#2E2D02
(46,45,2)
#191B01
(25,27,1)
#000000
(0,0,0)

Tints of #EBCF0B

#EBCF0B
(235,207,11)
#ECD321
(236,211,33)
#EDD737
(237,215,55)
#EEDB4D
(238,219,77)
#EFDF63
(239,223,99)
#F0E379
(240,227,121)
#F1E78F
(241,231,143)
#F2EBA5
(242,235,165)
#F3EFBB
(243,239,187)
#F4F3D1
(244,243,209)
#F5F7E7
(245,247,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBCF0B; }

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

This text font color is #EBCF0B.


Background Color

.myBgColor { background-color: #EBCF0B; }

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

This div background color is #EBCF0B.


Border color

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

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

This div border color is #EBCF0B.


Opacity

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

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

Text with #EBCF0B 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 #EBCF0B;}

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

This text has shadow with #EBCF0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBCF0B on black background.


Color preview on white background

This text has color #EBCF0B on white background.



Black color preview on #EBCF0B background

This text has black color on #EBCF0B background.


White color preview on #EBCF0B background

This text has white color on #EBCF0B background.