Html Css Color HEX #EEC008 Golden Poppy

📋 copy color: '#EEC008'

red 238 ◦ green 192 ◦ blue 8

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

Shades of Golden Poppy #EEC008

Tints of Golden Poppy #EEC008

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.84%

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

R = 54.34%
G = 43.84%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EEC008 (or 0xEEC008) is known color: Golden Poppy. HEX triplet: EE, C0 and 08. RGB value is (238,192,8). Sum of RGB (Red+Green+Blue) = 238+192+8=438 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.34% from 438); Green value is 192 (75.39% from 255 or 43.84% from 438); Blue value is 8 (3.52% from 255 or 1.83% from 438); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC008 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC008 is #113FF7. Grayscale: #B9B9B9. Windows color (decimal): -1130488 or 573678. OLE color: 573678.

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

Color convert

RGB 238 192 8 -
CMYK 0 0.19 0.97 0.07
HSL 48º 0.93% 0.48% -
HSV(B) 48º 0.97% 0.93% -
XYZ 54.15 55.89 8.16 -
YUV 184.78 28.24 165.96 -
System Red Green Blue C M Y K H S L
Decimal 238 192 8 0 0.19 0.97 0.07 48 0.93 0.48
Hex EE C0 8 0 13 61 7 30 5D 30
Octal 356 300 10 0 23 141 7 60 135 60
Binary 11101110 11000000 1000 0 10011 1100001 111 110000 1011101 110000

Color Harmonies of #EEC008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC008

Black with #EEC008

Text Example


Text Example

White with #EEC008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC008; }

 p { color: rgb(238,192,8); }

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

background-color css

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

 a { background-color: rgb(238,192,8); }

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

border-color css

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

 span { border-color: rgb(238,192,8); }

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