Shades of Golden Poppy #EEB801
Tints of Golden Poppy #EEB801
RGB
CMYK
RGB Variations
Color information
#EEB801 (or 0xEEB801) is known color: Golden Poppy. HEX triplet: EE, B8 and 01. RGB value is (238,184,1). Sum of RGB (Red+Green+Blue) = 238+184+1=423 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.26% from 423); Green value is 184 (72.27% from 255 or 43.50% from 423); Blue value is 1 (0.78% from 255 or 0.24% from 423); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB801 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEB801 is #1147FE. Grayscale: #B4B4B4. Windows color (decimal): -1132543 or 112878. OLE color: 112878.
HSL color Cylindrical-coordinate representation of color #EEB801: hue angle of 46.33º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EEB801 is Cyan = 0, Magento = 0.23, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 184 | 1 | - |
| CMYK | 0 | 0.23 | 1.00 | 0.07 |
| HSL | 46.33º | 0.99% | 0.47% | - |
| HSV(B) | 46.33º | 1% | 0.93% | - |
| XYZ | 52.41 | 52.46 | 7.39 | - |
| YUV | 179.28 | 27.39 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 184 | 1 | 0 | 0.23 | 1.00 | 0.07 | 46.33 | 0.99 | 0.47 |
| Hex | EE | B8 | 1 | 0 | 17 | 64 | 7 | 2E | 63 | 2F |
| Octal | 356 | 270 | 1 | 0 | 27 | 144 | 7 | 56 | 143 | 57 |
| Binary | 11101110 | 10111000 | 1 | 0 | 10111 | 1100100 | 111 | 101110 | 1100011 | 101111 |
Color Harmonies of #EEB801
Complementary color
Monochromatic Colors of #EEB801
Black with #EEB801
Text Example
Text Example
White with #EEB801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB801; }
p { color: rgb(238,184,1); }
H1.HeaderClassName
{
color: #EEB801;
}
.AnyTagClassName
{
color: #EEB801;
}
</style>
background-color css
<style>
a { background-color: #EEB801; }
a { background-color: rgb(238,184,1); }
div.DivClassName
{
background-color: #EEB801;
}
.BgClassName
{
background-color: #EEB801;
}
</style>
border-color css
<style>
span { border-color: #EEB801; }
span { border-color: rgb(238,184,1); }
td.TdClassName
{
border-color: #EEB801;
}
.TagClassName
{
border-color: #EEB801;
}
</style>