COLOR #EFCB30

HEX: #EFCB30
RGB: (239,203,48)

Color info

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

RGB color model

#EFCB30 color RGB value is (239,203,48).

  • red value is 239;
  • green value is 203;
  • blue value is 48.
RGB:
(239,203,48)
(94%,80%,19%)

RGB channels and saturation

R 239 of 255 = 94%
G 203 of 255 = 80%
B 48 of 255 = 19%

239
203
48

R + G + B ~ 64%. #EFCB30 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 203 + 48 = 490 (100%)
R 239 of 490 ~ 48.78%
G 203 of 490 ~ 41.43%
B 48 of 490 ~ 9.8%

%48.78
%41.43
%9.8

CMYK color model

#EFCB30 color CMYK value is (0,15,80,6).

  • cyan value is 0.00%
  • magenta value is 15.06%
  • yellow value is 79.92%
  • key color value is 6.27%
CMYK:
(0,15,80,6)
C0M15Y80K6 
(0%,15%,80%,6%)
(0.00/0.15/0.80/0.06)	

CMYK percentages

%0
%15.06
%79.92
%6.27

Codes

Color #EFCB30 in popluar color models

EFCB30
RGB23920348
HSL49°85.65%56.27%
HSB/HSV49°79.92%93.73%
CMYK0.00%15.06%79.92%
6.27%

Color #EFCB30 in popluar number systems.

HEXEFCB30
Decimal23920348
Binary1110111111001011110000
Octal35731360

Shades and tints

Shades of #EFCB30

#EFCB30
(239,203,48)
#DAB92C
(218,185,44)
#C5A728
(197,167,40)
#B09524
(176,149,36)
#9B8320
(155,131,32)
#86711C
(134,113,28)
#715F18
(113,95,24)
#5C4D14
(92,77,20)
#473B10
(71,59,16)
#32290C
(50,41,12)
#1D1708
(29,23,8)
#000000
(0,0,0)

Tints of #EFCB30

#EFCB30
(239,203,48)
#F0CF42
(240,207,66)
#F1D354
(241,211,84)
#F2D766
(242,215,102)
#F3DB78
(243,219,120)
#F4DF8A
(244,223,138)
#F5E39C
(245,227,156)
#F6E7AE
(246,231,174)
#F7EBC0
(247,235,192)
#F8EFD2
(248,239,210)
#F9F3E4
(249,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFCB30 color. Also use rgb(239,203,48) instead hex code.

Text Font Color

.myTextColor { color: #EFCB30; }

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

This text font color is #EFCB30.


Background Color

.myBgColor { background-color: #EFCB30; }

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

This div background color is #EFCB30.


Border color

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

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

This div border color is #EFCB30.


Opacity

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

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

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

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

This text has shadow with #EFCB30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFCB30 on black background.


Color preview on white background

This text has color #EFCB30 on white background.



Black color preview on #EFCB30 background

This text has black color on #EFCB30 background.


White color preview on #EFCB30 background

This text has white color on #EFCB30 background.