Shades of Golden Poppy #EEC401
Tints of Golden Poppy #EEC401
RGB
CMYK
RGB Variations
Color information
#EEC401 (or 0xEEC401) is known color: Golden Poppy. HEX triplet: EE, C4 and 01. RGB value is (238,196,1). Sum of RGB (Red+Green+Blue) = 238+196+1=435 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.71% from 435); Green value is 196 (76.95% from 255 or 45.06% from 435); Blue value is 1 (0.78% from 255 or 0.23% from 435); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC401 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC401 is #113BFE. Grayscale: #BBBBBB. Windows color (decimal): -1129471 or 115950. OLE color: 115950.
HSL color Cylindrical-coordinate representation of color #EEC401: hue angle of 49.37º 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 #EEC401 is Cyan = 0, Magento = 0.18, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 196 | 1 | - |
| CMYK | 0 | 0.18 | 1.00 | 0.07 |
| HSL | 49.37º | 0.99% | 0.47% | - |
| HSV(B) | 49.37º | 1% | 0.93% | - |
| XYZ | 55.01 | 57.66 | 8.26 | - |
| YUV | 186.33 | 23.41 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 196 | 1 | 0 | 0.18 | 1.00 | 0.07 | 49.37 | 0.99 | 0.47 |
| Hex | EE | C4 | 1 | 0 | 12 | 64 | 7 | 31 | 63 | 2F |
| Octal | 356 | 304 | 1 | 0 | 22 | 144 | 7 | 61 | 143 | 57 |
| Binary | 11101110 | 11000100 | 1 | 0 | 10010 | 1100100 | 111 | 110001 | 1100011 | 101111 |
Color Harmonies of #EEC401
Complementary color
Monochromatic Colors of #EEC401
Black with #EEC401
Text Example
Text Example
White with #EEC401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC401; }
p { color: rgb(238,196,1); }
H1.HeaderClassName
{
color: #EEC401;
}
.AnyTagClassName
{
color: #EEC401;
}
</style>
background-color css
<style>
a { background-color: #EEC401; }
a { background-color: rgb(238,196,1); }
div.DivClassName
{
background-color: #EEC401;
}
.BgClassName
{
background-color: #EEC401;
}
</style>
border-color css
<style>
span { border-color: #EEC401; }
span { border-color: rgb(238,196,1); }
td.TdClassName
{
border-color: #EEC401;
}
.TagClassName
{
border-color: #EEC401;
}
</style>