Shades of Golden Poppy #EEC00D
Tints of Golden Poppy #EEC00D
RGB
CMYK
RGB Variations
Color information
#EEC00D (or 0xEEC00D) is known color: Golden Poppy. HEX triplet: EE, C0 and 0D. RGB value is (238,192,13). Sum of RGB (Red+Green+Blue) = 238+192+13=443 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.72% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 13 (5.47% from 255 or 2.93% from 443); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC00D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC00D is #113FF2. Grayscale: #BABABA. Windows color (decimal): -1130483 or 901358. OLE color: 901358.
HSL color Cylindrical-coordinate representation of color #EEC00D: hue angle of 47.73º 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 #EEC00D is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 192 | 13 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.07 |
| HSL | 47.73º | 0.9% | 0.49% | - |
| HSV(B) | 47.73º | 0.95% | 0.93% | - |
| XYZ | 54.18 | 55.91 | 8.32 | - |
| YUV | 185.35 | 30.74 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 192 | 13 | 0 | 0.19 | 0.95 | 0.07 | 47.73 | 0.9 | 0.49 |
| Hex | EE | C0 | D | 0 | 13 | 5F | 7 | 30 | 5A | 31 |
| Octal | 356 | 300 | 15 | 0 | 23 | 137 | 7 | 60 | 132 | 61 |
| Binary | 11101110 | 11000000 | 1101 | 0 | 10011 | 1011111 | 111 | 110000 | 1011010 | 110001 |
Color Harmonies of #EEC00D
Complementary color
Monochromatic Colors of #EEC00D
Black with #EEC00D
Text Example
Text Example
White with #EEC00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC00D; }
p { color: rgb(238,192,13); }
H1.HeaderClassName
{
color: #EEC00D;
}
.AnyTagClassName
{
color: #EEC00D;
}
</style>
background-color css
<style>
a { background-color: #EEC00D; }
a { background-color: rgb(238,192,13); }
div.DivClassName
{
background-color: #EEC00D;
}
.BgClassName
{
background-color: #EEC00D;
}
</style>
border-color css
<style>
span { border-color: #EEC00D; }
span { border-color: rgb(238,192,13); }
td.TdClassName
{
border-color: #EEC00D;
}
.TagClassName
{
border-color: #EEC00D;
}
</style>