Shades of Sunflower #E7B412
Tints of Sunflower #E7B412
RGB
CMYK
RGB Variations
Color information
#E7B412 (or 0xE7B412) is known color: Sunflower. HEX triplet: E7, B4 and 12. RGB value is (231,180,18). Sum of RGB (Red+Green+Blue) = 231+180+18=429 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.85% from 429); Green value is 180 (70.70% from 255 or 41.96% from 429); Blue value is 18 (7.42% from 255 or 4.20% from 429); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B412 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7B412 is #184BED. Grayscale: #B1B1B1. Windows color (decimal): -1592302 or 1225959. OLE color: 1225959.
HSL color Cylindrical-coordinate representation of color #E7B412: hue angle of 45.63º 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 #E7B412 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 180 | 18 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.09 |
| HSL | 45.63º | 0.86% | 0.49% | - |
| HSV(B) | 45.63º | 0.92% | 0.91% | - |
| XYZ | 49.39 | 49.68 | 7.56 | - |
| YUV | 176.78 | 38.4 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 180 | 18 | 0 | 0.22 | 0.92 | 0.09 | 45.63 | 0.86 | 0.49 |
| Hex | E7 | B4 | 12 | 0 | 16 | 5C | 9 | 2E | 56 | 31 |
| Octal | 347 | 264 | 22 | 0 | 26 | 134 | 11 | 56 | 126 | 61 |
| Binary | 11100111 | 10110100 | 10010 | 0 | 10110 | 1011100 | 1001 | 101110 | 1010110 | 110001 |
Color Harmonies of #E7B412
Complementary color
Monochromatic Colors of #E7B412
Black with #E7B412
Text Example
Text Example
White with #E7B412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B412; }
p { color: rgb(231,180,18); }
H1.HeaderClassName
{
color: #E7B412;
}
.AnyTagClassName
{
color: #E7B412;
}
</style>
background-color css
<style>
a { background-color: #E7B412; }
a { background-color: rgb(231,180,18); }
div.DivClassName
{
background-color: #E7B412;
}
.BgClassName
{
background-color: #E7B412;
}
</style>
border-color css
<style>
span { border-color: #E7B412; }
span { border-color: rgb(231,180,18); }
td.TdClassName
{
border-color: #E7B412;
}
.TagClassName
{
border-color: #E7B412;
}
</style>