Shades of Golden Poppy #E9BE01
Tints of Golden Poppy #E9BE01
RGB
CMYK
RGB Variations
Color information
#E9BE01 (or 0xE9BE01) is known color: Golden Poppy. HEX triplet: E9, BE and 01. RGB value is (233,190,1). Sum of RGB (Red+Green+Blue) = 233+190+1=424 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.95% from 424); Green value is 190 (74.61% from 255 or 44.81% from 424); Blue value is 1 (0.78% from 255 or 0.24% from 424); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BE01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9BE01 is #1641FE. Grayscale: #B6B6B6. Windows color (decimal): -1458687 or 114409. OLE color: 114409.
HSL color Cylindrical-coordinate representation of color #E9BE01: hue angle of 48.88º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E9BE01 is Cyan = 0, Magento = 0.18, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 190 | 1 | - |
| CMYK | 0 | 0.18 | 1.00 | 0.09 |
| HSL | 48.88º | 0.99% | 0.46% | - |
| HSV(B) | 48.88º | 1% | 0.91% | - |
| XYZ | 52.02 | 54.15 | 7.74 | - |
| YUV | 181.31 | 26.25 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 190 | 1 | 0 | 0.18 | 1.00 | 0.09 | 48.88 | 0.99 | 0.46 |
| Hex | E9 | BE | 1 | 0 | 12 | 64 | 9 | 31 | 63 | 2E |
| Octal | 351 | 276 | 1 | 0 | 22 | 144 | 11 | 61 | 143 | 56 |
| Binary | 11101001 | 10111110 | 1 | 0 | 10010 | 1100100 | 1001 | 110001 | 1100011 | 101110 |
Color Harmonies of #E9BE01
Complementary color
Monochromatic Colors of #E9BE01
Black with #E9BE01
Text Example
Text Example
White with #E9BE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BE01; }
p { color: rgb(233,190,1); }
H1.HeaderClassName
{
color: #E9BE01;
}
.AnyTagClassName
{
color: #E9BE01;
}
</style>
background-color css
<style>
a { background-color: #E9BE01; }
a { background-color: rgb(233,190,1); }
div.DivClassName
{
background-color: #E9BE01;
}
.BgClassName
{
background-color: #E9BE01;
}
</style>
border-color css
<style>
span { border-color: #E9BE01; }
span { border-color: rgb(233,190,1); }
td.TdClassName
{
border-color: #E9BE01;
}
.TagClassName
{
border-color: #E9BE01;
}
</style>