Html Css Color HEX #EEC900 Golden Poppy

📋 copy color: '#EEC900'

red 238 ◦ green 201 ◦ blue 0

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

Shades of Golden Poppy #EEC900

Tints of Golden Poppy #EEC900

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.79%

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

R = 54.21%
G = 45.79%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EEC900 (or 0xEEC900) is known color: Golden Poppy. HEX triplet: EE, C9 and 00. RGB value is (238,201,0). Sum of RGB (Red+Green+Blue) = 238+201+0=439 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.21% from 439); Green value is 201 (78.91% from 255 or 45.79% from 439); Blue value is 0 (0.39% from 255 or 0% from 439); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC900 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC900 is #1136FF. Grayscale: #BDBDBD. Windows color (decimal): -1128192 or 51694. OLE color: 51694.

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

Color convert

RGB 238 201 0 -
CMYK 0 0.16 1 0.07
HSL 50.67º 1% 0.47% -
HSV(B) 50.67º 1% 0.93% -
XYZ 56.15 59.95 8.61 -
YUV 189.15 21.26 162.84 -
System Red Green Blue C M Y K H S L
Decimal 238 201 0 0 0.16 1 0.07 50.67 1 0.47
Hex EE C9 0 0 10 64 7 33 64 2F
Octal 356 311 0 0 20 144 7 63 144 57
Binary 11101110 11001001 0 0 10000 1100100 111 110011 1100100 101111

Color Harmonies of #EEC900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC900

Black with #EEC900

Text Example


Text Example

White with #EEC900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC900; }

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

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

background-color css

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

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

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

border-color css

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

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

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