Shades of Golden Poppy #EEC90C
Tints of Golden Poppy #EEC90C
RGB
CMYK
RGB Variations
Color information
#EEC90C (or 0xEEC90C) is known color: Golden Poppy. HEX triplet: EE, C9 and 0C. RGB value is (238,201,12). Sum of RGB (Red+Green+Blue) = 238+201+12=451 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.77% from 451); Green value is 201 (78.91% from 255 or 44.57% from 451); Blue value is 12 (5.08% from 255 or 2.66% from 451); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC90C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC90C is #1136F3. Grayscale: #BFBFBF. Windows color (decimal): -1128180 or 838126. OLE color: 838126.
HSL color Cylindrical-coordinate representation of color #EEC90C: hue angle of 50.18º 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 #EEC90C is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 201 | 12 | - |
| CMYK | 0 | 0.16 | 0.95 | 0.07 |
| HSL | 50.18º | 0.9% | 0.49% | - |
| HSV(B) | 50.18º | 0.95% | 0.93% | - |
| XYZ | 56.21 | 59.98 | 8.96 | - |
| YUV | 190.52 | 27.26 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 12 | 0 | 0.16 | 0.95 | 0.07 | 50.18 | 0.9 | 0.49 |
| Hex | EE | C9 | C | 0 | 10 | 5F | 7 | 32 | 5A | 31 |
| Octal | 356 | 311 | 14 | 0 | 20 | 137 | 7 | 62 | 132 | 61 |
| Binary | 11101110 | 11001001 | 1100 | 0 | 10000 | 1011111 | 111 | 110010 | 1011010 | 110001 |
Color Harmonies of #EEC90C
Complementary color
Monochromatic Colors of #EEC90C
Black with #EEC90C
Text Example
Text Example
White with #EEC90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC90C; }
p { color: rgb(238,201,12); }
H1.HeaderClassName
{
color: #EEC90C;
}
.AnyTagClassName
{
color: #EEC90C;
}
</style>
background-color css
<style>
a { background-color: #EEC90C; }
a { background-color: rgb(238,201,12); }
div.DivClassName
{
background-color: #EEC90C;
}
.BgClassName
{
background-color: #EEC90C;
}
</style>
border-color css
<style>
span { border-color: #EEC90C; }
span { border-color: rgb(238,201,12); }
td.TdClassName
{
border-color: #EEC90C;
}
.TagClassName
{
border-color: #EEC90C;
}
</style>