COLOR #EAB20C

HEX: #EAB20C
RGB: (234,178,12)

Color info

#EAB20C contains mainly red and green colors. Web safe color of #EAB20C is #FF9900 (or #F90).

RGB color model

#EAB20C color RGB value is (234,178,12).

  • red value is 234;
  • green value is 178;
  • blue value is 12.
RGB:
(234,178,12)
(92%,70%,5%)

RGB channels and saturation

R 234 of 255 = 92%
G 178 of 255 = 70%
B 12 of 255 = 5%

234
178
12

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

Portions of RGB colors in percentages

R + G + B =
234 + 178 + 12 = 424 (100%)
R 234 of 424 ~ 55.19%
G 178 of 424 ~ 41.98%
B 12 of 424 ~ 2.83%

%55.19
%41.98

CMYK color model

#EAB20C color CMYK value is (0,24,95,8).

  • cyan value is 0.00%
  • magenta value is 23.93%
  • yellow value is 94.87%
  • key color value is 8.24%
CMYK:
(0,24,95,8)
C0M24Y95K8 
(0%,24%,95%,8%)
(0.00/0.24/0.95/0.08)	

CMYK percentages

%0
%23.93
%94.87
%8.24

Codes

Color #EAB20C in popluar color models

EAB20C
RGB23417812
HSL45°90.24%48.24%
HSB/HSV45°94.87%91.76%
CMYK0.00%23.93%94.87%
8.24%

Color #EAB20C in popluar number systems.

HEXEAB20C
Decimal23417812
Binary11101010101100101100
Octal35226214

Shades and tints

Shades of #EAB20C

#EAB20C
(234,178,12)
#D5A20B
(213,162,11)
#C0920A
(192,146,10)
#AB8209
(171,130,9)
#967208
(150,114,8)
#816207
(129,98,7)
#6C5206
(108,82,6)
#574205
(87,66,5)
#423204
(66,50,4)
#2D2203
(45,34,3)
#181202
(24,18,2)
#000000
(0,0,0)

Tints of #EAB20C

#EAB20C
(234,178,12)
#EBB922
(235,185,34)
#ECC038
(236,192,56)
#EDC74E
(237,199,78)
#EECE64
(238,206,100)
#EFD57A
(239,213,122)
#F0DC90
(240,220,144)
#F1E3A6
(241,227,166)
#F2EABC
(242,234,188)
#F3F1D2
(243,241,210)
#F4F8E8
(244,248,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAB20C color. Also use rgb(234,178,12) instead hex code.

Text Font Color

.myTextColor { color: #EAB20C; }

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

This text font color is #EAB20C.


Background Color

.myBgColor { background-color: #EAB20C; }

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

This div background color is #EAB20C.


Border color

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

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

This div border color is #EAB20C.


Opacity

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

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

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

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

This text has shadow with #EAB20C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAB20C on black background.


Color preview on white background

This text has color #EAB20C on white background.



Black color preview on #EAB20C background

This text has black color on #EAB20C background.


White color preview on #EAB20C background

This text has white color on #EAB20C background.