Shades of Golden Poppy #E6CA02
Tints of Golden Poppy #E6CA02
RGB
CMYK
RGB Variations
Color information
#E6CA02 (or 0xE6CA02) is known color: Golden Poppy. HEX triplet: E6, CA and 02. RGB value is (230,202,2). Sum of RGB (Red+Green+Blue) = 230+202+2=434 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.00% from 434); Green value is 202 (79.30% from 255 or 46.54% from 434); Blue value is 2 (1.17% from 255 or 0.46% from 434); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CA02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6CA02 is #1935FD. Grayscale: #BCBCBC. Windows color (decimal): -1652222 or 183014. OLE color: 183014.
HSL color Cylindrical-coordinate representation of color #E6CA02: hue angle of 52.63º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E6CA02 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 202 | 2 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.10 |
| HSL | 52.63º | 0.98% | 0.45% | - |
| HSV(B) | 52.63º | 0.99% | 0.9% | - |
| XYZ | 53.76 | 59.07 | 8.63 | - |
| YUV | 187.57 | 23.28 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 202 | 2 | 0 | 0.12 | 0.99 | 0.10 | 52.63 | 0.98 | 0.45 |
| Hex | E6 | CA | 2 | 0 | C | 63 | A | 35 | 62 | 2D |
| Octal | 346 | 312 | 2 | 0 | 14 | 143 | 12 | 65 | 142 | 55 |
| Binary | 11100110 | 11001010 | 10 | 0 | 1100 | 1100011 | 1010 | 110101 | 1100010 | 101101 |
Color Harmonies of #E6CA02
Complementary color
Monochromatic Colors of #E6CA02
Black with #E6CA02
Text Example
Text Example
White with #E6CA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CA02; }
p { color: rgb(230,202,2); }
H1.HeaderClassName
{
color: #E6CA02;
}
.AnyTagClassName
{
color: #E6CA02;
}
</style>
background-color css
<style>
a { background-color: #E6CA02; }
a { background-color: rgb(230,202,2); }
div.DivClassName
{
background-color: #E6CA02;
}
.BgClassName
{
background-color: #E6CA02;
}
</style>
border-color css
<style>
span { border-color: #E6CA02; }
span { border-color: rgb(230,202,2); }
td.TdClassName
{
border-color: #E6CA02;
}
.TagClassName
{
border-color: #E6CA02;
}
</style>