Shades of Golden Poppy #E9BD08
Tints of Golden Poppy #E9BD08
RGB
CMYK
RGB Variations
Color information
#E9BD08 (or 0xE9BD08) is known color: Golden Poppy. HEX triplet: E9, BD and 08. RGB value is (233,189,8). Sum of RGB (Red+Green+Blue) = 233+189+8=430 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.19% from 430); Green value is 189 (74.22% from 255 or 43.95% from 430); Blue value is 8 (3.52% from 255 or 1.86% from 430); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BD08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9BD08 is #1642F7. Grayscale: #B6B6B6. Windows color (decimal): -1458936 or 572905. OLE color: 572905.
HSL color Cylindrical-coordinate representation of color #E9BD08: hue angle of 48.27º degrees, saturation: 0.93, 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 #E9BD08 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 189 | 8 | - |
| CMYK | 0 | 0.19 | 0.97 | 0.09 |
| HSL | 48.27º | 0.93% | 0.47% | - |
| HSV(B) | 48.27º | 0.97% | 0.91% | - |
| XYZ | 51.85 | 53.74 | 7.87 | - |
| YUV | 181.52 | 30.08 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 189 | 8 | 0 | 0.19 | 0.97 | 0.09 | 48.27 | 0.93 | 0.47 |
| Hex | E9 | BD | 8 | 0 | 13 | 61 | 9 | 30 | 5D | 2F |
| Octal | 351 | 275 | 10 | 0 | 23 | 141 | 11 | 60 | 135 | 57 |
| Binary | 11101001 | 10111101 | 1000 | 0 | 10011 | 1100001 | 1001 | 110000 | 1011101 | 101111 |
Color Harmonies of #E9BD08
Complementary color
Monochromatic Colors of #E9BD08
Black with #E9BD08
Text Example
Text Example
White with #E9BD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BD08; }
p { color: rgb(233,189,8); }
H1.HeaderClassName
{
color: #E9BD08;
}
.AnyTagClassName
{
color: #E9BD08;
}
</style>
background-color css
<style>
a { background-color: #E9BD08; }
a { background-color: rgb(233,189,8); }
div.DivClassName
{
background-color: #E9BD08;
}
.BgClassName
{
background-color: #E9BD08;
}
</style>
border-color css
<style>
span { border-color: #E9BD08; }
span { border-color: rgb(233,189,8); }
td.TdClassName
{
border-color: #E9BD08;
}
.TagClassName
{
border-color: #E9BD08;
}
</style>