Shades of Golden Poppy #E7CA02
Tints of Golden Poppy #E7CA02
RGB
CMYK
RGB Variations
Color information
#E7CA02 (or 0xE7CA02) is known color: Golden Poppy. HEX triplet: E7, CA and 02. RGB value is (231,202,2). Sum of RGB (Red+Green+Blue) = 231+202+2=435 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.10% from 435); Green value is 202 (79.30% from 255 or 46.44% from 435); Blue value is 2 (1.17% from 255 or 0.46% from 435); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CA02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7CA02 is #1835FD. Grayscale: #BCBCBC. Windows color (decimal): -1586686 or 183015. OLE color: 183015.
HSL color Cylindrical-coordinate representation of color #E7CA02: hue angle of 52.4º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E7CA02 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 202 | 2 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.09 |
| HSL | 52.4º | 0.98% | 0.46% | - |
| HSV(B) | 52.4º | 0.99% | 0.91% | - |
| XYZ | 54.09 | 59.23 | 8.64 | - |
| YUV | 187.87 | 23.11 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 202 | 2 | 0 | 0.13 | 0.99 | 0.09 | 52.4 | 0.98 | 0.46 |
| Hex | E7 | CA | 2 | 0 | D | 63 | 9 | 34 | 62 | 2E |
| Octal | 347 | 312 | 2 | 0 | 15 | 143 | 11 | 64 | 142 | 56 |
| Binary | 11100111 | 11001010 | 10 | 0 | 1101 | 1100011 | 1001 | 110100 | 1100010 | 101110 |
Color Harmonies of #E7CA02
Complementary color
Monochromatic Colors of #E7CA02
Black with #E7CA02
Text Example
Text Example
White with #E7CA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CA02; }
p { color: rgb(231,202,2); }
H1.HeaderClassName
{
color: #E7CA02;
}
.AnyTagClassName
{
color: #E7CA02;
}
</style>
background-color css
<style>
a { background-color: #E7CA02; }
a { background-color: rgb(231,202,2); }
div.DivClassName
{
background-color: #E7CA02;
}
.BgClassName
{
background-color: #E7CA02;
}
</style>
border-color css
<style>
span { border-color: #E7CA02; }
span { border-color: rgb(231,202,2); }
td.TdClassName
{
border-color: #E7CA02;
}
.TagClassName
{
border-color: #E7CA02;
}
</style>