Shades of Sunflower #E7CA12
Tints of Sunflower #E7CA12
RGB
CMYK
RGB Variations
Color information
#E7CA12 (or 0xE7CA12) is known color: Sunflower. HEX triplet: E7, CA and 12. RGB value is (231,202,18). Sum of RGB (Red+Green+Blue) = 231+202+18=451 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.22% from 451); Green value is 202 (79.30% from 255 or 44.79% from 451); Blue value is 18 (7.42% from 255 or 3.99% from 451); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CA12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7CA12 is #1835ED. Grayscale: #BEBEBE. Windows color (decimal): -1586670 or 1231591. OLE color: 1231591.
HSL color Cylindrical-coordinate representation of color #E7CA12: hue angle of 51.83º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E7CA12 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 202 | 18 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.09 |
| HSL | 51.83º | 0.86% | 0.49% | - |
| HSV(B) | 51.83º | 0.92% | 0.91% | - |
| XYZ | 54.18 | 59.27 | 9.16 | - |
| YUV | 189.7 | 31.11 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 202 | 18 | 0 | 0.13 | 0.92 | 0.09 | 51.83 | 0.86 | 0.49 |
| Hex | E7 | CA | 12 | 0 | D | 5C | 9 | 34 | 56 | 31 |
| Octal | 347 | 312 | 22 | 0 | 15 | 134 | 11 | 64 | 126 | 61 |
| Binary | 11100111 | 11001010 | 10010 | 0 | 1101 | 1011100 | 1001 | 110100 | 1010110 | 110001 |
Color Harmonies of #E7CA12
Complementary color
Monochromatic Colors of #E7CA12
Black with #E7CA12
Text Example
Text Example
White with #E7CA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CA12; }
p { color: rgb(231,202,18); }
H1.HeaderClassName
{
color: #E7CA12;
}
.AnyTagClassName
{
color: #E7CA12;
}
</style>
background-color css
<style>
a { background-color: #E7CA12; }
a { background-color: rgb(231,202,18); }
div.DivClassName
{
background-color: #E7CA12;
}
.BgClassName
{
background-color: #E7CA12;
}
</style>
border-color css
<style>
span { border-color: #E7CA12; }
span { border-color: rgb(231,202,18); }
td.TdClassName
{
border-color: #E7CA12;
}
.TagClassName
{
border-color: #E7CA12;
}
</style>