Shades of Golden Poppy #EEB80D
Tints of Golden Poppy #EEB80D
RGB
CMYK
RGB Variations
Color information
#EEB80D (or 0xEEB80D) is known color: Golden Poppy. HEX triplet: EE, B8 and 0D. RGB value is (238,184,13). Sum of RGB (Red+Green+Blue) = 238+184+13=435 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.71% from 435); Green value is 184 (72.27% from 255 or 42.30% from 435); Blue value is 13 (5.47% from 255 or 2.99% from 435); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB80D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEB80D is #1147F2. Grayscale: #B5B5B5. Windows color (decimal): -1132531 or 899310. OLE color: 899310.
HSL color Cylindrical-coordinate representation of color #EEB80D: hue angle of 45.6º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EEB80D is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 184 | 13 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.07 |
| HSL | 45.6º | 0.9% | 0.49% | - |
| HSV(B) | 45.6º | 0.95% | 0.93% | - |
| XYZ | 52.47 | 52.49 | 7.75 | - |
| YUV | 180.65 | 33.39 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 184 | 13 | 0 | 0.23 | 0.95 | 0.07 | 45.6 | 0.9 | 0.49 |
| Hex | EE | B8 | D | 0 | 17 | 5F | 7 | 2E | 5A | 31 |
| Octal | 356 | 270 | 15 | 0 | 27 | 137 | 7 | 56 | 132 | 61 |
| Binary | 11101110 | 10111000 | 1101 | 0 | 10111 | 1011111 | 111 | 101110 | 1011010 | 110001 |
Color Harmonies of #EEB80D
Complementary color
Monochromatic Colors of #EEB80D
Black with #EEB80D
Text Example
Text Example
White with #EEB80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB80D; }
p { color: rgb(238,184,13); }
H1.HeaderClassName
{
color: #EEB80D;
}
.AnyTagClassName
{
color: #EEB80D;
}
</style>
background-color css
<style>
a { background-color: #EEB80D; }
a { background-color: rgb(238,184,13); }
div.DivClassName
{
background-color: #EEB80D;
}
.BgClassName
{
background-color: #EEB80D;
}
</style>
border-color css
<style>
span { border-color: #EEB80D; }
span { border-color: rgb(238,184,13); }
td.TdClassName
{
border-color: #EEB80D;
}
.TagClassName
{
border-color: #EEB80D;
}
</style>