Html Css Color HEX #EEC200 Golden Poppy

📋 copy color: '#EEC200'

red 238 ◦ green 194 ◦ blue 0

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

Shades of Golden Poppy #EEC200

Tints of Golden Poppy #EEC200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.09%
G = 44.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EEC200 (or 0xEEC200) is known color: Golden Poppy. HEX triplet: EE, C2 and 00. RGB value is (238,194,0). Sum of RGB (Red+Green+Blue) = 238+194+0=432 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.09% from 432); Green value is 194 (76.17% from 255 or 44.91% from 432); Blue value is 0 (0.39% from 255 or 0% from 432); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC200 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC200 is #113DFF. Grayscale: #B9B9B9. Windows color (decimal): -1129984 or 49902. OLE color: 49902.

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

Color convert

RGB 238 194 0 -
CMYK 0 0.18 1 0.07
HSL 48.91º 1% 0.47% -
HSV(B) 48.91º 1% 0.93% -
XYZ 54.55 56.76 8.08 -
YUV 185.04 23.58 165.77 -
System Red Green Blue C M Y K H S L
Decimal 238 194 0 0 0.18 1 0.07 48.91 1 0.47
Hex EE C2 0 0 12 64 7 31 64 2F
Octal 356 302 0 0 22 144 7 61 144 57
Binary 11101110 11000010 0 0 10010 1100100 111 110001 1100100 101111

Color Harmonies of #EEC200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC200

Black with #EEC200

Text Example


Text Example

White with #EEC200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC200; }

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

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

background-color css

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

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

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

border-color css

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

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

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