Html Css Color HEX #EAC204 Golden Poppy

📋 copy color: '#EAC204'

red 234 ◦ green 194 ◦ blue 4

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

Shades of Golden Poppy #EAC204

Tints of Golden Poppy #EAC204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.93%

R = 54.17%
G = 44.91%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EAC204 (or 0xEAC204) is known color: Golden Poppy. HEX triplet: EA, C2 and 04. RGB value is (234,194,4). Sum of RGB (Red+Green+Blue) = 234+194+4=432 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.17% from 432); Green value is 194 (76.17% from 255 or 44.91% from 432); Blue value is 4 (1.95% from 255 or 0.93% from 432); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC204 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC204 is #153DFB. Grayscale: #B9B9B9. Windows color (decimal): -1392124 or 312042. OLE color: 312042.

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

Color convert

RGB 234 194 4 -
CMYK 0 0.17 0.98 0.08
HSL 49.57º 0.97% 0.47% -
HSV(B) 49.57º 0.98% 0.92% -
XYZ 53.25 56.08 8.13 -
YUV 184.3 26.25 163.45 -
System Red Green Blue C M Y K H S L
Decimal 234 194 4 0 0.17 0.98 0.08 49.57 0.97 0.47
Hex EA C2 4 0 11 62 8 32 61 2F
Octal 352 302 4 0 21 142 10 62 141 57
Binary 11101010 11000010 100 0 10001 1100010 1000 110010 1100001 101111

Color Harmonies of #EAC204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC204

Black with #EAC204

Text Example


Text Example

White with #EAC204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC204; }

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

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

background-color css

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

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

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

border-color css

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

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

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