Shades of Golden Poppy #EEC701
Tints of Golden Poppy #EEC701
RGB
CMYK
RGB Variations
Color information
#EEC701 (or 0xEEC701) is known color: Golden Poppy. HEX triplet: EE, C7 and 01. RGB value is (238,199,1). Sum of RGB (Red+Green+Blue) = 238+199+1=438 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.34% from 438); Green value is 199 (78.12% from 255 or 45.43% from 438); Blue value is 1 (0.78% from 255 or 0.23% from 438); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC701 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC701 is #1138FE. Grayscale: #BCBCBC. Windows color (decimal): -1128703 or 116718. OLE color: 116718.
HSL color Cylindrical-coordinate representation of color #EEC701: hue angle of 50.13º 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 #EEC701 is Cyan = 0, Magento = 0.16, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 199 | 1 | - |
| CMYK | 0 | 0.16 | 1.00 | 0.07 |
| HSL | 50.13º | 0.99% | 0.47% | - |
| HSV(B) | 50.13º | 1% | 0.93% | - |
| XYZ | 55.69 | 59.03 | 8.49 | - |
| YUV | 188.09 | 22.42 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 199 | 1 | 0 | 0.16 | 1.00 | 0.07 | 50.13 | 0.99 | 0.47 |
| Hex | EE | C7 | 1 | 0 | 10 | 64 | 7 | 32 | 63 | 2F |
| Octal | 356 | 307 | 1 | 0 | 20 | 144 | 7 | 62 | 143 | 57 |
| Binary | 11101110 | 11000111 | 1 | 0 | 10000 | 1100100 | 111 | 110010 | 1100011 | 101111 |
Color Harmonies of #EEC701
Complementary color
Monochromatic Colors of #EEC701
Black with #EEC701
Text Example
Text Example
White with #EEC701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC701; }
p { color: rgb(238,199,1); }
H1.HeaderClassName
{
color: #EEC701;
}
.AnyTagClassName
{
color: #EEC701;
}
</style>
background-color css
<style>
a { background-color: #EEC701; }
a { background-color: rgb(238,199,1); }
div.DivClassName
{
background-color: #EEC701;
}
.BgClassName
{
background-color: #EEC701;
}
</style>
border-color css
<style>
span { border-color: #EEC701; }
span { border-color: rgb(238,199,1); }
td.TdClassName
{
border-color: #EEC701;
}
.TagClassName
{
border-color: #EEC701;
}
</style>