Shades of Golden Poppy #EEC600
Tints of Golden Poppy #EEC600
RGB
CMYK
RGB Variations
Color information
#EEC600 (or 0xEEC600) is known color: Golden Poppy. HEX triplet: EE, C6 and 00. RGB value is (238,198,0). Sum of RGB (Red+Green+Blue) = 238+198+0=436 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.59% from 436); Green value is 198 (77.73% from 255 or 45.41% from 436); Blue value is 0 (0.39% from 255 or 0% from 436); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC600 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC600 is #1139FF. Grayscale: #BCBCBC. Windows color (decimal): -1128960 or 50926. OLE color: 50926.
HSL color Cylindrical-coordinate representation of color #EEC600: hue angle of 49.92º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EEC600 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 198 | 0 | - |
| CMYK | 0 | 0.17 | 1 | 0.07 |
| HSL | 49.92º | 1% | 0.47% | - |
| HSV(B) | 49.92º | 1% | 0.93% | - |
| XYZ | 55.45 | 58.57 | 8.38 | - |
| YUV | 187.39 | 22.25 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 198 | 0 | 0 | 0.17 | 1 | 0.07 | 49.92 | 1 | 0.47 |
| Hex | EE | C6 | 0 | 0 | 11 | 64 | 7 | 32 | 64 | 2F |
| Octal | 356 | 306 | 0 | 0 | 21 | 144 | 7 | 62 | 144 | 57 |
| Binary | 11101110 | 11000110 | 0 | 0 | 10001 | 1100100 | 111 | 110010 | 1100100 | 101111 |
Color Harmonies of #EEC600
Complementary color
Monochromatic Colors of #EEC600
Black with #EEC600
Text Example
Text Example
White with #EEC600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC600; }
p { color: rgb(238,198,0); }
H1.HeaderClassName
{
color: #EEC600;
}
.AnyTagClassName
{
color: #EEC600;
}
</style>
background-color css
<style>
a { background-color: #EEC600; }
a { background-color: rgb(238,198,0); }
div.DivClassName
{
background-color: #EEC600;
}
.BgClassName
{
background-color: #EEC600;
}
</style>
border-color css
<style>
span { border-color: #EEC600; }
span { border-color: rgb(238,198,0); }
td.TdClassName
{
border-color: #EEC600;
}
.TagClassName
{
border-color: #EEC600;
}
</style>