Html Css Color HEX #EEC800 Golden Poppy

📋 copy color: '#EEC800'

red 238 ◦ green 200 ◦ blue 0

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

Shades of Golden Poppy #EEC800

Tints of Golden Poppy #EEC800

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.66%

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

R = 54.34%
G = 45.66%
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

#EEC800 (or 0xEEC800) is known color: Golden Poppy. HEX triplet: EE, C8 and 00. RGB value is (238,200,0). Sum of RGB (Red+Green+Blue) = 238+200+0=438 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.34% from 438); Green value is 200 (78.52% from 255 or 45.66% from 438); Blue value is 0 (0.39% from 255 or 0% from 438); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC800 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC800 is #1137FF. Grayscale: #BDBDBD. Windows color (decimal): -1128448 or 51438. OLE color: 51438.

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

Color convert

RGB 238 200 0 -
CMYK 0 0.16 1 0.07
HSL 50.42º 1% 0.47% -
HSV(B) 50.42º 1% 0.93% -
XYZ 55.91 59.49 8.53 -
YUV 188.56 21.59 163.26 -
System Red Green Blue C M Y K H S L
Decimal 238 200 0 0 0.16 1 0.07 50.42 1 0.47
Hex EE C8 0 0 10 64 7 32 64 2F
Octal 356 310 0 0 20 144 7 62 144 57
Binary 11101110 11001000 0 0 10000 1100100 111 110010 1100100 101111

Color Harmonies of #EEC800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC800

Black with #EEC800

Text Example


Text Example

White with #EEC800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC800; }

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

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

background-color css

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

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

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

border-color css

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

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

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