#EEC000

Color #EEC000 Golden Poppy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Poppy #EEC000

Tints of Golden Poppy #EEC000

Color information

#EEC000 (or 0xEEC000) is unknown color: approx Golden Poppy. HEX triplet: EE, C0 and 00. RGB value is (238,192,0). Sum of RGB (Red+Green+Blue) = 238+192+0=430 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.35% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 0 (0.39% from 255 or 0% from 430); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC000 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC000 is #113FFF. Grayscale: #B8B8B8. Windows color (decimal): -1130496 or 49390. OLE color: 49390.

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

Color convert

RGB2381920-
CMYK00.1910.07
HSL48.4º100%46.67%-
HSV(B)48.4º100%93.33%-
XYZ54.1155.887.93-
YUV183.8724.24166.61-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 55.35%
GREEN value IS 192 (75.39% from 255) = 44.65%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.35%
G=44.65%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 1
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238192000.1910.0748.410046.67
HexEEC0001364730642f
Octal356300002314476014457
Binary1110111011000000001001111001001111100001100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC000; }

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

 H1.HeaderClassName
 {
   color: #EEC000;
 }
 .AnyTagClassName
 {
   color: #EEC000;
 }
</style>
background-color css

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

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

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

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

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

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