Html Css Color HEX #EEC006 Golden Poppy

📋 copy color: '#EEC006'

red 238 ◦ green 192 ◦ blue 6

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

Shades of Golden Poppy #EEC006

Tints of Golden Poppy #EEC006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.38%

R = 54.59%
G = 44.04%
B = 1.38%

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

#EEC006 (or 0xEEC006) is known color: Golden Poppy. HEX triplet: EE, C0 and 06. RGB value is (238,192,6). Sum of RGB (Red+Green+Blue) = 238+192+6=436 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.59% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 6 (2.73% from 255 or 1.38% from 436); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC006 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC006 is #113FF9. Grayscale: #B9B9B9. Windows color (decimal): -1130490 or 442606. OLE color: 442606.

HSL color Cylindrical-coordinate representation of color #EEC006: hue angle of 48.1º degrees, saturation: 0.95, 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 #EEC006 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 192 6 -
CMYK 0 0.19 0.97 0.07
HSL 48.1º 0.95% 0.48% -
HSV(B) 48.1º 0.97% 0.93% -
XYZ 54.14 55.89 8.11 -
YUV 184.55 27.24 166.12 -
System Red Green Blue C M Y K H S L
Decimal 238 192 6 0 0.19 0.97 0.07 48.1 0.95 0.48
Hex EE C0 6 0 13 61 7 30 5F 30
Octal 356 300 6 0 23 141 7 60 137 60
Binary 11101110 11000000 110 0 10011 1100001 111 110000 1011111 110000

Color Harmonies of #EEC006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC006

Black with #EEC006

Text Example


Text Example

White with #EEC006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC006; }

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

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

background-color css

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

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

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

border-color css

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

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

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