Shades of Golden Poppy #EECA08
Tints of Golden Poppy #EECA08
RGB
CMYK
RGB Variations
Color information
#EECA08 (or 0xEECA08) is known color: Golden Poppy. HEX triplet: EE, CA and 08. RGB value is (238,202,8). Sum of RGB (Red+Green+Blue) = 238+202+8=448 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.12% from 448); Green value is 202 (79.30% from 255 or 45.09% from 448); Blue value is 8 (3.52% from 255 or 1.79% from 448); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EECA08 is #1135F7. Grayscale: #BFBFBF. Windows color (decimal): -1127928 or 576238. OLE color: 576238.
HSL color Cylindrical-coordinate representation of color #EECA08: hue angle of 50.61º degrees, saturation: 0.93, 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 #EECA08 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 8 | - |
| CMYK | 0 | 0.15 | 0.97 | 0.07 |
| HSL | 50.61º | 0.93% | 0.48% | - |
| HSV(B) | 50.61º | 0.97% | 0.93% | - |
| XYZ | 56.42 | 60.44 | 8.92 | - |
| YUV | 190.65 | 24.93 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 8 | 0 | 0.15 | 0.97 | 0.07 | 50.61 | 0.93 | 0.48 |
| Hex | EE | CA | 8 | 0 | F | 61 | 7 | 33 | 5D | 30 |
| Octal | 356 | 312 | 10 | 0 | 17 | 141 | 7 | 63 | 135 | 60 |
| Binary | 11101110 | 11001010 | 1000 | 0 | 1111 | 1100001 | 111 | 110011 | 1011101 | 110000 |
Color Harmonies of #EECA08
Complementary color
Monochromatic Colors of #EECA08
Black with #EECA08
Text Example
Text Example
White with #EECA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECA08; }
p { color: rgb(238,202,8); }
H1.HeaderClassName
{
color: #EECA08;
}
.AnyTagClassName
{
color: #EECA08;
}
</style>
background-color css
<style>
a { background-color: #EECA08; }
a { background-color: rgb(238,202,8); }
div.DivClassName
{
background-color: #EECA08;
}
.BgClassName
{
background-color: #EECA08;
}
</style>
border-color css
<style>
span { border-color: #EECA08; }
span { border-color: rgb(238,202,8); }
td.TdClassName
{
border-color: #EECA08;
}
.TagClassName
{
border-color: #EECA08;
}
</style>