Shades of Golden Poppy #EEC601
Tints of Golden Poppy #EEC601
RGB
CMYK
RGB Variations
Color information
#EEC601 (or 0xEEC601) is known color: Golden Poppy. HEX triplet: EE, C6 and 01. RGB value is (238,198,1). Sum of RGB (Red+Green+Blue) = 238+198+1=437 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.46% from 437); Green value is 198 (77.73% from 255 or 45.31% from 437); Blue value is 1 (0.78% from 255 or 0.23% from 437); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC601 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC601 is #1139FE. Grayscale: #BCBCBC. Windows color (decimal): -1128959 or 116462. OLE color: 116462.
HSL color Cylindrical-coordinate representation of color #EEC601: hue angle of 49.87º 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 #EEC601 is Cyan = 0, Magento = 0.17, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 198 | 1 | - |
| CMYK | 0 | 0.17 | 1.00 | 0.07 |
| HSL | 49.87º | 0.99% | 0.47% | - |
| HSV(B) | 49.87º | 1% | 0.93% | - |
| XYZ | 55.46 | 58.57 | 8.41 | - |
| YUV | 187.5 | 22.75 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 198 | 1 | 0 | 0.17 | 1.00 | 0.07 | 49.87 | 0.99 | 0.47 |
| Hex | EE | C6 | 1 | 0 | 11 | 64 | 7 | 32 | 63 | 2F |
| Octal | 356 | 306 | 1 | 0 | 21 | 144 | 7 | 62 | 143 | 57 |
| Binary | 11101110 | 11000110 | 1 | 0 | 10001 | 1100100 | 111 | 110010 | 1100011 | 101111 |
Color Harmonies of #EEC601
Complementary color
Monochromatic Colors of #EEC601
Black with #EEC601
Text Example
Text Example
White with #EEC601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC601; }
p { color: rgb(238,198,1); }
H1.HeaderClassName
{
color: #EEC601;
}
.AnyTagClassName
{
color: #EEC601;
}
</style>
background-color css
<style>
a { background-color: #EEC601; }
a { background-color: rgb(238,198,1); }
div.DivClassName
{
background-color: #EEC601;
}
.BgClassName
{
background-color: #EEC601;
}
</style>
border-color css
<style>
span { border-color: #EEC601; }
span { border-color: rgb(238,198,1); }
td.TdClassName
{
border-color: #EEC601;
}
.TagClassName
{
border-color: #EEC601;
}
</style>