Shades of Golden Poppy #EEC907
Tints of Golden Poppy #EEC907
RGB
CMYK
RGB Variations
Color information
#EEC907 (or 0xEEC907) is known color: Golden Poppy. HEX triplet: EE, C9 and 07. RGB value is (238,201,7). Sum of RGB (Red+Green+Blue) = 238+201+7=446 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.36% from 446); Green value is 201 (78.91% from 255 or 45.07% from 446); Blue value is 7 (3.12% from 255 or 1.57% from 446); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC907 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEC907 is #1136F8. Grayscale: #BEBEBE. Windows color (decimal): -1128185 or 510446. OLE color: 510446.
HSL color Cylindrical-coordinate representation of color #EEC907: hue angle of 50.39º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EEC907 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 201 | 7 | - |
| CMYK | 0 | 0.16 | 0.97 | 0.07 |
| HSL | 50.39º | 0.94% | 0.48% | - |
| HSV(B) | 50.39º | 0.97% | 0.93% | - |
| XYZ | 56.18 | 59.97 | 8.81 | - |
| YUV | 189.95 | 24.76 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 7 | 0 | 0.16 | 0.97 | 0.07 | 50.39 | 0.94 | 0.48 |
| Hex | EE | C9 | 7 | 0 | 10 | 61 | 7 | 32 | 5E | 30 |
| Octal | 356 | 311 | 7 | 0 | 20 | 141 | 7 | 62 | 136 | 60 |
| Binary | 11101110 | 11001001 | 111 | 0 | 10000 | 1100001 | 111 | 110010 | 1011110 | 110000 |
Color Harmonies of #EEC907
Complementary color
Monochromatic Colors of #EEC907
Black with #EEC907
Text Example
Text Example
White with #EEC907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC907; }
p { color: rgb(238,201,7); }
H1.HeaderClassName
{
color: #EEC907;
}
.AnyTagClassName
{
color: #EEC907;
}
</style>
background-color css
<style>
a { background-color: #EEC907; }
a { background-color: rgb(238,201,7); }
div.DivClassName
{
background-color: #EEC907;
}
.BgClassName
{
background-color: #EEC907;
}
</style>
border-color css
<style>
span { border-color: #EEC907; }
span { border-color: rgb(238,201,7); }
td.TdClassName
{
border-color: #EEC907;
}
.TagClassName
{
border-color: #EEC907;
}
</style>