Html Css Color HEX #EAC208 Golden Poppy

📋 copy color: '#EAC208'

red 234 ◦ green 194 ◦ blue 8

#EAC208
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Poppy #EAC208

Tints of Golden Poppy #EAC208

RGB

 RED value IS 234 (91.8% from 255) = 53.67%

 GREEN value IS 194 (76.17% from 255) = 44.5%

 BLUE value IS 8 (3.52% from 255) = 1.83%

R = 53.67%
G = 44.5%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EAC208 (or 0xEAC208) is known color: Golden Poppy. HEX triplet: EA, C2 and 08. RGB value is (234,194,8). Sum of RGB (Red+Green+Blue) = 234+194+8=436 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.67% from 436); Green value is 194 (76.17% from 255 or 44.50% from 436); Blue value is 8 (3.52% from 255 or 1.83% from 436); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC208 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC208 is #153DF7. Grayscale: #B9B9B9. Windows color (decimal): -1392120 or 574186. OLE color: 574186.

HSL color Cylindrical-coordinate representation of color #EAC208: hue angle of 49.38º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EAC208 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 194 8 -
CMYK 0 0.17 0.97 0.08
HSL 49.38º 0.93% 0.47% -
HSV(B) 49.38º 0.97% 0.92% -
XYZ 53.27 56.09 8.25 -
YUV 184.76 28.25 163.12 -
System Red Green Blue C M Y K H S L
Decimal 234 194 8 0 0.17 0.97 0.08 49.38 0.93 0.47
Hex EA C2 8 0 11 61 8 31 5D 2F
Octal 352 302 10 0 21 141 10 61 135 57
Binary 11101010 11000010 1000 0 10001 1100001 1000 110001 1011101 101111

Color Harmonies of #EAC208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC208

Black with #EAC208

Text Example


Text Example

White with #EAC208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC208; }

 p { color: rgb(234,194,8); }

 H1.HeaderClassName
 {
   color: #EAC208;
 }
 .AnyTagClassName
 {
   color: #EAC208;
 }
</style>

background-color css

<style>
 a { background-color: #EAC208; }

 a { background-color: rgb(234,194,8); }

 div.DivClassName
 {
   background-color: #EAC208;
 }
 .BgClassName
 {
   background-color: #EAC208;
 }
</style>

border-color css

<style>
 span { border-color: #EAC208; }

 span { border-color: rgb(234,194,8); }

 td.TdClassName
 {
   border-color: #EAC208;
 }
 .TagClassName
 {
   border-color: #EAC208;
 }
</style>