COLOR #EBBF05

HEX: #EBBF05
RGB: (235,191,5)

Color info

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

RGB color model

#EBBF05 color RGB value is (235,191,5).

  • red value is 235;
  • green value is 191;
  • blue value is 5.
RGB:
(235,191,5)
(92%,75%,2%)

RGB channels and saturation

R 235 of 255 = 92%
G 191 of 255 = 75%
B 5 of 255 = 2%

235
191
5

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

Portions of RGB colors in percentages

R + G + B =
235 + 191 + 5 = 431 (100%)
R 235 of 431 ~ 54.52%
G 191 of 431 ~ 44.32%
B 5 of 431 ~ 1.16%

%54.52
%44.32

CMYK color model

#EBBF05 color CMYK value is (0,19,98,8).

  • cyan value is 0.00%
  • magenta value is 18.72%
  • yellow value is 97.87%
  • key color value is 7.84%
CMYK:
(0,19,98,8)
C0M19Y98K8 
(0%,19%,98%,8%)
(0.00/0.19/0.98/0.08)	

CMYK percentages

%0
%18.72
%97.87
%7.84

Codes

Color #EBBF05 in popluar color models

EBBF05
RGB2351915
HSL49°95.83%47.06%
HSB/HSV49°97.87%92.16%
CMYK0.00%18.72%97.87%
7.84%

Color #EBBF05 in popluar number systems.

HEXEBBF05
Decimal2351915
Binary1110101110111111101
Octal3532775

Shades and tints

Shades of #EBBF05

#EBBF05
(235,191,5)
#D6AE05
(214,174,5)
#C19D05
(193,157,5)
#AC8C05
(172,140,5)
#977B05
(151,123,5)
#826A05
(130,106,5)
#6D5905
(109,89,5)
#584805
(88,72,5)
#433705
(67,55,5)
#2E2605
(46,38,5)
#191505
(25,21,5)
#000000
(0,0,0)

Tints of #EBBF05

#EBBF05
(235,191,5)
#ECC41B
(236,196,27)
#EDC931
(237,201,49)
#EECE47
(238,206,71)
#EFD35D
(239,211,93)
#F0D873
(240,216,115)
#F1DD89
(241,221,137)
#F2E29F
(242,226,159)
#F3E7B5
(243,231,181)
#F4ECCB
(244,236,203)
#F5F1E1
(245,241,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBBF05 color. Also use rgb(235,191,5) instead hex code.

Text Font Color

.myTextColor { color: #EBBF05; }

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

This text font color is #EBBF05.


Background Color

.myBgColor { background-color: #EBBF05; }

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

This div background color is #EBBF05.


Border color

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

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

This div border color is #EBBF05.


Opacity

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

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

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

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

This text has shadow with #EBBF05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBBF05 on black background.


Color preview on white background

This text has color #EBBF05 on white background.



Black color preview on #EBBF05 background

This text has black color on #EBBF05 background.


White color preview on #EBBF05 background

This text has white color on #EBBF05 background.