#EEBE08

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

Shades of Golden Poppy #EEBE08

Tints of Golden Poppy #EEBE08

Color information

#EEBE08 (or 0xEEBE08) is unknown color: approx Golden Poppy. HEX triplet: EE, BE and 08. RGB value is (238,190,8). Sum of RGB (Red+Green+Blue) = 238+190+8=436 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.59% from 436); Green value is 190 (74.61% from 255 or 43.58% from 436); Blue value is 8 (3.52% from 255 or 1.83% from 436); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBE08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEBE08 is #1141F7. Grayscale: #B8B8B8. Windows color (decimal): -1131000 or 573166. OLE color: 573166.

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

Color convert

RGB2381908-
CMYK00.200.970.07
HSL47.48º93.5%48.24%-
HSV(B)47.48º96.64%93.33%-
XYZ53.7255.028.02-
YUV183.628.9166.8-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 54.59%
GREEN value IS 190 (74.61% from 255) = 43.58%
BLUE value IS 8 (3.52% from 255) = 1.83%
R=54.59%
G=43.58%
B=1.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.97
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238190800.200.970.0747.4893.548.24
HexEEBE80146172f5d30
Octal3562761002414175713560
Binary1110111010111110100001010011000011111011111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBE08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBE08; }

 p { color: rgb(238,190,8); }

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

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

 a { background-color: rgb(238,190,8); }

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

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

 span { border-color: rgb(238,190,8); }

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