Shades of Golden Poppy #EEC80C
Tints of Golden Poppy #EEC80C
RGB
CMYK
RGB Variations
Color information
#EEC80C (or 0xEEC80C) is known color: Golden Poppy. HEX triplet: EE, C8 and 0C. RGB value is (238,200,12). Sum of RGB (Red+Green+Blue) = 238+200+12=450 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.89% from 450); Green value is 200 (78.52% from 255 or 44.44% from 450); Blue value is 12 (5.08% from 255 or 2.67% from 450); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC80C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC80C is #1137F3. Grayscale: #BEBEBE. Windows color (decimal): -1128436 or 837870. OLE color: 837870.
HSL color Cylindrical-coordinate representation of color #EEC80C: hue angle of 49.91º 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 #EEC80C is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 200 | 12 | - |
| CMYK | 0 | 0.16 | 0.95 | 0.07 |
| HSL | 49.91º | 0.9% | 0.49% | - |
| HSV(B) | 49.91º | 0.95% | 0.93% | - |
| XYZ | 55.98 | 59.51 | 8.88 | - |
| YUV | 189.93 | 27.59 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 200 | 12 | 0 | 0.16 | 0.95 | 0.07 | 49.91 | 0.9 | 0.49 |
| Hex | EE | C8 | C | 0 | 10 | 5F | 7 | 32 | 5A | 31 |
| Octal | 356 | 310 | 14 | 0 | 20 | 137 | 7 | 62 | 132 | 61 |
| Binary | 11101110 | 11001000 | 1100 | 0 | 10000 | 1011111 | 111 | 110010 | 1011010 | 110001 |
Color Harmonies of #EEC80C
Complementary color
Monochromatic Colors of #EEC80C
Black with #EEC80C
Text Example
Text Example
White with #EEC80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC80C; }
p { color: rgb(238,200,12); }
H1.HeaderClassName
{
color: #EEC80C;
}
.AnyTagClassName
{
color: #EEC80C;
}
</style>
background-color css
<style>
a { background-color: #EEC80C; }
a { background-color: rgb(238,200,12); }
div.DivClassName
{
background-color: #EEC80C;
}
.BgClassName
{
background-color: #EEC80C;
}
</style>
border-color css
<style>
span { border-color: #EEC80C; }
span { border-color: rgb(238,200,12); }
td.TdClassName
{
border-color: #EEC80C;
}
.TagClassName
{
border-color: #EEC80C;
}
</style>