Shades of Golden Poppy #EEC10C
Tints of Golden Poppy #EEC10C
RGB
CMYK
RGB Variations
Color information
#EEC10C (or 0xEEC10C) is known color: Golden Poppy. HEX triplet: EE, C1 and 0C. RGB value is (238,193,12). Sum of RGB (Red+Green+Blue) = 238+193+12=443 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.72% from 443); Green value is 193 (75.78% from 255 or 43.57% from 443); Blue value is 12 (5.08% from 255 or 2.71% from 443); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC10C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC10C is #113EF3. Grayscale: #BABABA. Windows color (decimal): -1130228 or 836078. OLE color: 836078.
HSL color Cylindrical-coordinate representation of color #EEC10C: hue angle of 48.05º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EEC10C is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 193 | 12 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.07 |
| HSL | 48.05º | 0.9% | 0.49% | - |
| HSV(B) | 48.05º | 0.95% | 0.93% | - |
| XYZ | 54.4 | 56.34 | 8.36 | - |
| YUV | 185.82 | 29.91 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 193 | 12 | 0 | 0.19 | 0.95 | 0.07 | 48.05 | 0.9 | 0.49 |
| Hex | EE | C1 | C | 0 | 13 | 5F | 7 | 30 | 5A | 31 |
| Octal | 356 | 301 | 14 | 0 | 23 | 137 | 7 | 60 | 132 | 61 |
| Binary | 11101110 | 11000001 | 1100 | 0 | 10011 | 1011111 | 111 | 110000 | 1011010 | 110001 |
Color Harmonies of #EEC10C
Complementary color
Monochromatic Colors of #EEC10C
Black with #EEC10C
Text Example
Text Example
White with #EEC10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC10C; }
p { color: rgb(238,193,12); }
H1.HeaderClassName
{
color: #EEC10C;
}
.AnyTagClassName
{
color: #EEC10C;
}
</style>
background-color css
<style>
a { background-color: #EEC10C; }
a { background-color: rgb(238,193,12); }
div.DivClassName
{
background-color: #EEC10C;
}
.BgClassName
{
background-color: #EEC10C;
}
</style>
border-color css
<style>
span { border-color: #EEC10C; }
span { border-color: rgb(238,193,12); }
td.TdClassName
{
border-color: #EEC10C;
}
.TagClassName
{
border-color: #EEC10C;
}
</style>