#E9BA06

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

Shades of Golden Poppy #E9BA06

Tints of Golden Poppy #E9BA06

Color information

#E9BA06 (or 0xE9BA06) is unknown color: approx Golden Poppy. HEX triplet: E9, BA and 06. RGB value is (233,186,6). Sum of RGB (Red+Green+Blue) = 233+186+6=425 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.82% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 6 (2.73% from 255 or 1.41% from 425); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BA06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9BA06 is #1645F9. Grayscale: #B4B4B4. Windows color (decimal): -1459706 or 441065. OLE color: 441065.

HSL color Cylindrical-coordinate representation of color #E9BA06: hue angle of 47.58º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E9BA06 is Cyan = 0, Magento = 0.20, Yellow = 0.97 and Black (K on CMYK) = 0.09.

Color convert

RGB2331866-
CMYK00.200.970.09
HSL47.58º94.98%46.86%-
HSV(B)47.58º97.42%91.37%-
XYZ51.252.457.6-
YUV179.5330.07166.14-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 54.82%
GREEN value IS 186 (73.05% from 255) = 43.76%
BLUE value IS 6 (2.73% from 255) = 1.41%
R=54.82%
G=43.76%
B=1.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.97
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233186600.200.970.0947.5894.9846.86
HexE9BA6014619305f2f
Octal3512726024141116013757
Binary1110100110111010110010100110000110011100001011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BA06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BA06; }

 p { color: rgb(233,186,6); }

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

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

 a { background-color: rgb(233,186,6); }

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

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

 span { border-color: rgb(233,186,6); }

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