Shades of Sunflower #E7C412
Tints of Sunflower #E7C412
RGB
CMYK
RGB Variations
Color information
#E7C412 (or 0xE7C412) is known color: Sunflower. HEX triplet: E7, C4 and 12. RGB value is (231,196,18). Sum of RGB (Red+Green+Blue) = 231+196+18=445 (58% of max value = 765). Red value is 231 (90.62% from 255 or 51.91% from 445); Green value is 196 (76.95% from 255 or 44.04% from 445); Blue value is 18 (7.42% from 255 or 4.04% from 445); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C412 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7C412 is #183BED. Grayscale: #BABABA. Windows color (decimal): -1588206 or 1230055. OLE color: 1230055.
HSL color Cylindrical-coordinate representation of color #E7C412: hue angle of 50.14º 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 #E7C412 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 196 | 18 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.09 |
| HSL | 50.14º | 0.86% | 0.49% | - |
| HSV(B) | 50.14º | 0.92% | 0.91% | - |
| XYZ | 52.8 | 56.51 | 8.7 | - |
| YUV | 186.17 | 33.1 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 196 | 18 | 0 | 0.15 | 0.92 | 0.09 | 50.14 | 0.86 | 0.49 |
| Hex | E7 | C4 | 12 | 0 | F | 5C | 9 | 32 | 56 | 31 |
| Octal | 347 | 304 | 22 | 0 | 17 | 134 | 11 | 62 | 126 | 61 |
| Binary | 11100111 | 11000100 | 10010 | 0 | 1111 | 1011100 | 1001 | 110010 | 1010110 | 110001 |
Color Harmonies of #E7C412
Complementary color
Monochromatic Colors of #E7C412
Black with #E7C412
Text Example
Text Example
White with #E7C412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C412; }
p { color: rgb(231,196,18); }
H1.HeaderClassName
{
color: #E7C412;
}
.AnyTagClassName
{
color: #E7C412;
}
</style>
background-color css
<style>
a { background-color: #E7C412; }
a { background-color: rgb(231,196,18); }
div.DivClassName
{
background-color: #E7C412;
}
.BgClassName
{
background-color: #E7C412;
}
</style>
border-color css
<style>
span { border-color: #E7C412; }
span { border-color: rgb(231,196,18); }
td.TdClassName
{
border-color: #E7C412;
}
.TagClassName
{
border-color: #E7C412;
}
</style>