Shades of Golden Poppy #EECA07
Tints of Golden Poppy #EECA07
RGB
CMYK
RGB Variations
Color information
#EECA07 (or 0xEECA07) is known color: Golden Poppy. HEX triplet: EE, CA and 07. RGB value is (238,202,7). Sum of RGB (Red+Green+Blue) = 238+202+7=447 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.24% from 447); Green value is 202 (79.30% from 255 or 45.19% from 447); Blue value is 7 (3.12% from 255 or 1.57% from 447); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EECA07 is #1135F8. Grayscale: #BFBFBF. Windows color (decimal): -1127929 or 510702. OLE color: 510702.
HSL color Cylindrical-coordinate representation of color #EECA07: hue angle of 50.65º 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 #EECA07 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 7 | - |
| CMYK | 0 | 0.15 | 0.97 | 0.07 |
| HSL | 50.65º | 0.94% | 0.48% | - |
| HSV(B) | 50.65º | 0.97% | 0.93% | - |
| XYZ | 56.42 | 60.43 | 8.89 | - |
| YUV | 190.53 | 24.43 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 7 | 0 | 0.15 | 0.97 | 0.07 | 50.65 | 0.94 | 0.48 |
| Hex | EE | CA | 7 | 0 | F | 61 | 7 | 33 | 5E | 30 |
| Octal | 356 | 312 | 7 | 0 | 17 | 141 | 7 | 63 | 136 | 60 |
| Binary | 11101110 | 11001010 | 111 | 0 | 1111 | 1100001 | 111 | 110011 | 1011110 | 110000 |
Color Harmonies of #EECA07
Complementary color
Monochromatic Colors of #EECA07
Black with #EECA07
Text Example
Text Example
White with #EECA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECA07; }
p { color: rgb(238,202,7); }
H1.HeaderClassName
{
color: #EECA07;
}
.AnyTagClassName
{
color: #EECA07;
}
</style>
background-color css
<style>
a { background-color: #EECA07; }
a { background-color: rgb(238,202,7); }
div.DivClassName
{
background-color: #EECA07;
}
.BgClassName
{
background-color: #EECA07;
}
</style>
border-color css
<style>
span { border-color: #EECA07; }
span { border-color: rgb(238,202,7); }
td.TdClassName
{
border-color: #EECA07;
}
.TagClassName
{
border-color: #EECA07;
}
</style>