Html Css Color HEX #EEC208 Golden Poppy

📋 copy color: '#EEC208'

red 238 ◦ green 194 ◦ blue 8

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

Shades of Golden Poppy #EEC208

Tints of Golden Poppy #EEC208

RGB

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

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

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

R = 54.09%
G = 44.09%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EEC208 (or 0xEEC208) is known color: Golden Poppy. HEX triplet: EE, C2 and 08. RGB value is (238,194,8). Sum of RGB (Red+Green+Blue) = 238+194+8=440 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.09% from 440); Green value is 194 (76.17% from 255 or 44.09% from 440); Blue value is 8 (3.52% from 255 or 1.82% from 440); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC208 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC208 is #113DF7. Grayscale: #BABABA. Windows color (decimal): -1129976 or 574190. OLE color: 574190.

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

Color convert

RGB 238 194 8 -
CMYK 0 0.18 0.97 0.07
HSL 48.52º 0.93% 0.48% -
HSV(B) 48.52º 0.97% 0.93% -
XYZ 54.6 56.78 8.31 -
YUV 185.95 27.58 165.12 -
System Red Green Blue C M Y K H S L
Decimal 238 194 8 0 0.18 0.97 0.07 48.52 0.93 0.48
Hex EE C2 8 0 12 61 7 31 5D 30
Octal 356 302 10 0 22 141 7 61 135 60
Binary 11101110 11000010 1000 0 10010 1100001 111 110001 1011101 110000

Color Harmonies of #EEC208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC208

Black with #EEC208

Text Example


Text Example

White with #EEC208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC208; }

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

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

background-color css

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

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

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

border-color css

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

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

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