#EEBB00

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

Shades of Golden Poppy #EEBB00

Tints of Golden Poppy #EEBB00

Color information

#EEBB00 (or 0xEEBB00) is unknown color: approx Golden Poppy. HEX triplet: EE, BB and 00. RGB value is (238,187,0). Sum of RGB (Red+Green+Blue) = 238+187+0=425 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56% from 425); Green value is 187 (73.44% from 255 or 44% from 425); Blue value is 0 (0.39% from 255 or 0% from 425); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBB00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEBB00 is #1144FF. Grayscale: #B5B5B5. Windows color (decimal): -1131776 or 48110. OLE color: 48110.

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

Color convert

RGB2381870-
CMYK00.2110.07
HSL47.14º100%46.67%-
HSV(B)47.14º100%93.33%-
XYZ53.0353.727.57-
YUV180.9325.9168.71-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 56%
GREEN value IS 187 (73.44% from 255) = 44%
BLUE value IS 0 (0.39% from 255) = 0%
R=56%
G=44%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 1
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238187000.2110.0747.1410046.67
HexEEBB00156472f642f
Octal356273002514475714457
Binary1110111010111011001010111001001111011111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBB00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBB00; }

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

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

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

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

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

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

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

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