#E9BF0A

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

Shades of Golden Poppy #E9BF0A

Tints of Golden Poppy #E9BF0A

Color information

#E9BF0A (or 0xE9BF0A) is unknown color: approx Golden Poppy. HEX triplet: E9, BF and 0A. RGB value is (233,191,10). Sum of RGB (Red+Green+Blue) = 233+191+10=434 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.69% from 434); Green value is 191 (75% from 255 or 44.01% from 434); Blue value is 10 (4.30% from 255 or 2.30% from 434); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BF0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9BF0A is #1640F5. Grayscale: #B7B7B7. Windows color (decimal): -1458422 or 704489. OLE color: 704489.

HSL color Cylindrical-coordinate representation of color #E9BF0A: hue angle of 48.7º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E9BF0A is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.09.

Color convert

RGB23319110-
CMYK00.180.960.09
HSL48.7º91.77%47.65%-
HSV(B)48.7º95.71%91.37%-
XYZ52.2954.618.07-
YUV182.9230.41163.72-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 53.69%
GREEN value IS 191 (75% from 255) = 44.01%
BLUE value IS 10 (4.30% from 255) = 2.30%
R=53.69%
G=44.01%
B=2.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.96
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331911000.180.960.0948.791.7747.65
HexE9BFA012609315c30
Octal35127712022140116113460
Binary11101001101111111010010010110000010011100011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BF0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BF0A; }

 p { color: rgb(233,191,10); }

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

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

 a { background-color: rgb(233,191,10); }

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

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

 span { border-color: rgb(233,191,10); }

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