Shades of Golden Poppy #EEB800
Tints of Golden Poppy #EEB800
RGB
CMYK
RGB Variations
Color information
#EEB800 (or 0xEEB800) is known color: Golden Poppy. HEX triplet: EE, B8 and 00. RGB value is (238,184,0). Sum of RGB (Red+Green+Blue) = 238+184+0=422 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.40% from 422); Green value is 184 (72.27% from 255 or 43.60% from 422); Blue value is 0 (0.39% from 255 or 0% from 422); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB800 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEB800 is #1147FF. Grayscale: #B3B3B3. Windows color (decimal): -1132544 or 47342. OLE color: 47342.
HSL color Cylindrical-coordinate representation of color #EEB800: hue angle of 46.39º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EEB800 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 184 | 0 | - |
| CMYK | 0 | 0.23 | 1 | 0.07 |
| HSL | 46.39º | 1% | 0.47% | - |
| HSV(B) | 46.39º | 1% | 0.93% | - |
| XYZ | 52.4 | 52.46 | 7.36 | - |
| YUV | 179.17 | 26.89 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 184 | 0 | 0 | 0.23 | 1 | 0.07 | 46.39 | 1 | 0.47 |
| Hex | EE | B8 | 0 | 0 | 17 | 64 | 7 | 2E | 64 | 2F |
| Octal | 356 | 270 | 0 | 0 | 27 | 144 | 7 | 56 | 144 | 57 |
| Binary | 11101110 | 10111000 | 0 | 0 | 10111 | 1100100 | 111 | 101110 | 1100100 | 101111 |
Color Harmonies of #EEB800
Complementary color
Monochromatic Colors of #EEB800
Black with #EEB800
Text Example
Text Example
White with #EEB800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB800; }
p { color: rgb(238,184,0); }
H1.HeaderClassName
{
color: #EEB800;
}
.AnyTagClassName
{
color: #EEB800;
}
</style>
background-color css
<style>
a { background-color: #EEB800; }
a { background-color: rgb(238,184,0); }
div.DivClassName
{
background-color: #EEB800;
}
.BgClassName
{
background-color: #EEB800;
}
</style>
border-color css
<style>
span { border-color: #EEB800; }
span { border-color: rgb(238,184,0); }
td.TdClassName
{
border-color: #EEB800;
}
.TagClassName
{
border-color: #EEB800;
}
</style>