Shades of Golden Poppy #E9B701
Tints of Golden Poppy #E9B701
RGB
CMYK
RGB Variations
Color information
#E9B701 (or 0xE9B701) is known color: Golden Poppy. HEX triplet: E9, B7 and 01. RGB value is (233,183,1). Sum of RGB (Red+Green+Blue) = 233+183+1=417 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.88% from 417); Green value is 183 (71.88% from 255 or 43.88% from 417); Blue value is 1 (0.78% from 255 or 0.24% from 417); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B701 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9B701 is #1648FE. Grayscale: #B1B1B1. Windows color (decimal): -1460479 or 112617. OLE color: 112617.
HSL color Cylindrical-coordinate representation of color #E9B701: hue angle of 47.07º 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 #E9B701 is Cyan = 0, Magento = 0.21, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 183 | 1 | - |
| CMYK | 0 | 0.21 | 1.00 | 0.09 |
| HSL | 47.07º | 0.99% | 0.46% | - |
| HSV(B) | 47.07º | 1% | 0.91% | - |
| XYZ | 50.54 | 51.19 | 7.25 | - |
| YUV | 177.2 | 28.57 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 183 | 1 | 0 | 0.21 | 1.00 | 0.09 | 47.07 | 0.99 | 0.46 |
| Hex | E9 | B7 | 1 | 0 | 15 | 64 | 9 | 2F | 63 | 2E |
| Octal | 351 | 267 | 1 | 0 | 25 | 144 | 11 | 57 | 143 | 56 |
| Binary | 11101001 | 10110111 | 1 | 0 | 10101 | 1100100 | 1001 | 101111 | 1100011 | 101110 |
Color Harmonies of #E9B701
Complementary color
Monochromatic Colors of #E9B701
Black with #E9B701
Text Example
Text Example
White with #E9B701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B701; }
p { color: rgb(233,183,1); }
H1.HeaderClassName
{
color: #E9B701;
}
.AnyTagClassName
{
color: #E9B701;
}
</style>
background-color css
<style>
a { background-color: #E9B701; }
a { background-color: rgb(233,183,1); }
div.DivClassName
{
background-color: #E9B701;
}
.BgClassName
{
background-color: #E9B701;
}
</style>
border-color css
<style>
span { border-color: #E9B701; }
span { border-color: rgb(233,183,1); }
td.TdClassName
{
border-color: #E9B701;
}
.TagClassName
{
border-color: #E9B701;
}
</style>