Html Css Color HEX #EEC804 Golden Poppy

📋 copy color: '#EEC804'

red 238 ◦ green 200 ◦ blue 4

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

Shades of Golden Poppy #EEC804

Tints of Golden Poppy #EEC804

RGB

 RED value IS 238 (93.36% from 255) = 53.85%

 GREEN value IS 200 (78.52% from 255) = 45.25%

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

R = 53.85%
G = 45.25%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EEC804 (or 0xEEC804) is known color: Golden Poppy. HEX triplet: EE, C8 and 04. RGB value is (238,200,4). Sum of RGB (Red+Green+Blue) = 238+200+4=442 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.85% from 442); Green value is 200 (78.52% from 255 or 45.25% from 442); Blue value is 4 (1.95% from 255 or 0.90% from 442); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC804 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC804 is #1137FB. Grayscale: #BDBDBD. Windows color (decimal): -1128444 or 313582. OLE color: 313582.

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

Color convert

RGB 238 200 4 -
CMYK 0 0.16 0.98 0.07
HSL 50.26º 0.97% 0.47% -
HSV(B) 50.26º 0.98% 0.93% -
XYZ 55.94 59.49 8.65 -
YUV 189.02 23.59 162.94 -
System Red Green Blue C M Y K H S L
Decimal 238 200 4 0 0.16 0.98 0.07 50.26 0.97 0.47
Hex EE C8 4 0 10 62 7 32 61 2F
Octal 356 310 4 0 20 142 7 62 141 57
Binary 11101110 11001000 100 0 10000 1100010 111 110010 1100001 101111

Color Harmonies of #EEC804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC804

Black with #EEC804

Text Example


Text Example

White with #EEC804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC804; }

 p { color: rgb(238,200,4); }

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

background-color css

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

 a { background-color: rgb(238,200,4); }

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

border-color css

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

 span { border-color: rgb(238,200,4); }

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