Shades of Golden Poppy #EECA00
Tints of Golden Poppy #EECA00
RGB
CMYK
RGB Variations
Color information
#EECA00 (or 0xEECA00) is known color: Golden Poppy. HEX triplet: EE, CA and 00. RGB value is (238,202,0). Sum of RGB (Red+Green+Blue) = 238+202+0=440 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.09% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 0 (0.39% from 255 or 0% from 440); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EECA00 is #1135FF. Grayscale: #BEBEBE. Windows color (decimal): -1127936 or 51950. OLE color: 51950.
HSL color Cylindrical-coordinate representation of color #EECA00: hue angle of 50.92º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EECA00 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 0 | - |
| CMYK | 0 | 0.15 | 1 | 0.07 |
| HSL | 50.92º | 1% | 0.47% | - |
| HSV(B) | 50.92º | 1% | 0.93% | - |
| XYZ | 56.38 | 60.42 | 8.69 | - |
| YUV | 189.74 | 20.93 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 0 | 0 | 0.15 | 1 | 0.07 | 50.92 | 1 | 0.47 |
| Hex | EE | CA | 0 | 0 | F | 64 | 7 | 33 | 64 | 2F |
| Octal | 356 | 312 | 0 | 0 | 17 | 144 | 7 | 63 | 144 | 57 |
| Binary | 11101110 | 11001010 | 0 | 0 | 1111 | 1100100 | 111 | 110011 | 1100100 | 101111 |
Color Harmonies of #EECA00
Complementary color
Monochromatic Colors of #EECA00
Black with #EECA00
Text Example
Text Example
White with #EECA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECA00; }
p { color: rgb(238,202,0); }
H1.HeaderClassName
{
color: #EECA00;
}
.AnyTagClassName
{
color: #EECA00;
}
</style>
background-color css
<style>
a { background-color: #EECA00; }
a { background-color: rgb(238,202,0); }
div.DivClassName
{
background-color: #EECA00;
}
.BgClassName
{
background-color: #EECA00;
}
</style>
border-color css
<style>
span { border-color: #EECA00; }
span { border-color: rgb(238,202,0); }
td.TdClassName
{
border-color: #EECA00;
}
.TagClassName
{
border-color: #EECA00;
}
</style>