Html Css Color HEX #EEC005 Golden Poppy

📋 copy color: '#EEC005'

red 238 ◦ green 192 ◦ blue 5

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

Shades of Golden Poppy #EEC005

Tints of Golden Poppy #EEC005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.15%

R = 54.71%
G = 44.14%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EEC005 (or 0xEEC005) is known color: Golden Poppy. HEX triplet: EE, C0 and 05. RGB value is (238,192,5). Sum of RGB (Red+Green+Blue) = 238+192+5=435 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.71% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 5 (2.34% from 255 or 1.15% from 435); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC005 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC005 is #113FFA. Grayscale: #B9B9B9. Windows color (decimal): -1130491 or 377070. OLE color: 377070.

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

Color convert

RGB 238 192 5 -
CMYK 0 0.19 0.98 0.07
HSL 48.15º 0.96% 0.48% -
HSV(B) 48.15º 0.98% 0.93% -
XYZ 54.14 55.89 8.08 -
YUV 184.44 26.74 166.21 -
System Red Green Blue C M Y K H S L
Decimal 238 192 5 0 0.19 0.98 0.07 48.15 0.96 0.48
Hex EE C0 5 0 13 62 7 30 60 30
Octal 356 300 5 0 23 142 7 60 140 60
Binary 11101110 11000000 101 0 10011 1100010 111 110000 1100000 110000

Color Harmonies of #EEC005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC005

Black with #EEC005

Text Example


Text Example

White with #EEC005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC005; }

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

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

background-color css

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

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

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

border-color css

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

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

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