Shades of Golden Poppy #E6CA00
Tints of Golden Poppy #E6CA00
RGB
CMYK
RGB Variations
Color information
#E6CA00 (or 0xE6CA00) is known color: Golden Poppy. HEX triplet: E6, CA and 00. RGB value is (230,202,0). Sum of RGB (Red+Green+Blue) = 230+202+0=432 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.24% from 432); Green value is 202 (79.30% from 255 or 46.76% from 432); Blue value is 0 (0.39% from 255 or 0% from 432); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CA00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6CA00 is #1935FF. Grayscale: #BCBCBC. Windows color (decimal): -1652224 or 51942. OLE color: 51942.
HSL color Cylindrical-coordinate representation of color #E6CA00: hue angle of 52.7º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E6CA00 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 202 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.10 |
| HSL | 52.7º | 1% | 0.45% | - |
| HSV(B) | 52.7º | 1% | 0.9% | - |
| XYZ | 53.75 | 59.06 | 8.57 | - |
| YUV | 187.34 | 22.28 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 202 | 0 | 0 | 0.12 | 1 | 0.10 | 52.7 | 1 | 0.45 |
| Hex | E6 | CA | 0 | 0 | C | 64 | A | 35 | 64 | 2D |
| Octal | 346 | 312 | 0 | 0 | 14 | 144 | 12 | 65 | 144 | 55 |
| Binary | 11100110 | 11001010 | 0 | 0 | 1100 | 1100100 | 1010 | 110101 | 1100100 | 101101 |
Color Harmonies of #E6CA00
Complementary color
Monochromatic Colors of #E6CA00
Black with #E6CA00
Text Example
Text Example
White with #E6CA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CA00; }
p { color: rgb(230,202,0); }
H1.HeaderClassName
{
color: #E6CA00;
}
.AnyTagClassName
{
color: #E6CA00;
}
</style>
background-color css
<style>
a { background-color: #E6CA00; }
a { background-color: rgb(230,202,0); }
div.DivClassName
{
background-color: #E6CA00;
}
.BgClassName
{
background-color: #E6CA00;
}
</style>
border-color css
<style>
span { border-color: #E6CA00; }
span { border-color: rgb(230,202,0); }
td.TdClassName
{
border-color: #E6CA00;
}
.TagClassName
{
border-color: #E6CA00;
}
</style>