#EEBC05

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

Shades of Golden Poppy #EEBC05

Tints of Golden Poppy #EEBC05

Color information

#EEBC05 (or 0xEEBC05) is unknown color: approx Golden Poppy. HEX triplet: EE, BC and 05. RGB value is (238,188,5). Sum of RGB (Red+Green+Blue) = 238+188+5=431 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.22% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 5 (2.34% from 255 or 1.16% from 431); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBC05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEBC05 is #1143FA. Grayscale: #B6B6B6. Windows color (decimal): -1131515 or 376046. OLE color: 376046.

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

Color convert

RGB2381885-
CMYK00.210.980.07
HSL47.12º95.88%47.65%-
HSV(B)47.12º97.9%93.33%-
XYZ53.2754.157.79-
YUV182.0928.06167.88-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 55.22%
GREEN value IS 188 (73.83% from 255) = 43.62%
BLUE value IS 5 (2.34% from 255) = 1.16%
R=55.22%
G=43.62%
B=1.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.98
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238188500.210.980.0747.1295.8847.65
HexEEBC50156272f6030
Octal356274502514275714060
Binary111011101011110010101010111000101111011111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBC05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBC05; }

 p { color: rgb(238,188,5); }

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

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

 a { background-color: rgb(238,188,5); }

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

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

 span { border-color: rgb(238,188,5); }

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