Shades of Golden Poppy #EEC001
Tints of Golden Poppy #EEC001
RGB
CMYK
RGB Variations
Color information
#EEC001 (or 0xEEC001) is known color: Golden Poppy. HEX triplet: EE, C0 and 01. RGB value is (238,192,1). Sum of RGB (Red+Green+Blue) = 238+192+1=431 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.22% from 431); Green value is 192 (75.39% from 255 or 44.55% from 431); Blue value is 1 (0.78% from 255 or 0.23% from 431); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC001 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC001 is #113FFE. Grayscale: #B8B8B8. Windows color (decimal): -1130495 or 114926. OLE color: 114926.
HSL color Cylindrical-coordinate representation of color #EEC001: hue angle of 48.35º 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 #EEC001 is Cyan = 0, Magento = 0.19, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 192 | 1 | - |
| CMYK | 0 | 0.19 | 1.00 | 0.07 |
| HSL | 48.35º | 0.99% | 0.47% | - |
| HSV(B) | 48.35º | 1% | 0.93% | - |
| XYZ | 54.12 | 55.88 | 7.96 | - |
| YUV | 183.98 | 24.74 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 192 | 1 | 0 | 0.19 | 1.00 | 0.07 | 48.35 | 0.99 | 0.47 |
| Hex | EE | C0 | 1 | 0 | 13 | 64 | 7 | 30 | 63 | 2F |
| Octal | 356 | 300 | 1 | 0 | 23 | 144 | 7 | 60 | 143 | 57 |
| Binary | 11101110 | 11000000 | 1 | 0 | 10011 | 1100100 | 111 | 110000 | 1100011 | 101111 |
Color Harmonies of #EEC001
Complementary color
Monochromatic Colors of #EEC001
Black with #EEC001
Text Example
Text Example
White with #EEC001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC001; }
p { color: rgb(238,192,1); }
H1.HeaderClassName
{
color: #EEC001;
}
.AnyTagClassName
{
color: #EEC001;
}
</style>
background-color css
<style>
a { background-color: #EEC001; }
a { background-color: rgb(238,192,1); }
div.DivClassName
{
background-color: #EEC001;
}
.BgClassName
{
background-color: #EEC001;
}
</style>
border-color css
<style>
span { border-color: #EEC001; }
span { border-color: rgb(238,192,1); }
td.TdClassName
{
border-color: #EEC001;
}
.TagClassName
{
border-color: #EEC001;
}
</style>