Shades of Sunflower #E7B512
Tints of Sunflower #E7B512
RGB
CMYK
RGB Variations
Color information
#E7B512 (or 0xE7B512) is known color: Sunflower. HEX triplet: E7, B5 and 12. RGB value is (231,181,18). Sum of RGB (Red+Green+Blue) = 231+181+18=430 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.72% from 430); Green value is 181 (71.09% from 255 or 42.09% from 430); Blue value is 18 (7.42% from 255 or 4.19% from 430); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B512 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7B512 is #184AED. Grayscale: #B2B2B2. Windows color (decimal): -1592046 or 1226215. OLE color: 1226215.
HSL color Cylindrical-coordinate representation of color #E7B512: hue angle of 45.92º 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 #E7B512 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 181 | 18 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.09 |
| HSL | 45.92º | 0.86% | 0.49% | - |
| HSV(B) | 45.92º | 0.92% | 0.91% | - |
| XYZ | 49.59 | 50.08 | 7.63 | - |
| YUV | 177.37 | 38.07 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 181 | 18 | 0 | 0.22 | 0.92 | 0.09 | 45.92 | 0.86 | 0.49 |
| Hex | E7 | B5 | 12 | 0 | 16 | 5C | 9 | 2E | 56 | 31 |
| Octal | 347 | 265 | 22 | 0 | 26 | 134 | 11 | 56 | 126 | 61 |
| Binary | 11100111 | 10110101 | 10010 | 0 | 10110 | 1011100 | 1001 | 101110 | 1010110 | 110001 |
Color Harmonies of #E7B512
Complementary color
Monochromatic Colors of #E7B512
Black with #E7B512
Text Example
Text Example
White with #E7B512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B512; }
p { color: rgb(231,181,18); }
H1.HeaderClassName
{
color: #E7B512;
}
.AnyTagClassName
{
color: #E7B512;
}
</style>
background-color css
<style>
a { background-color: #E7B512; }
a { background-color: rgb(231,181,18); }
div.DivClassName
{
background-color: #E7B512;
}
.BgClassName
{
background-color: #E7B512;
}
</style>
border-color css
<style>
span { border-color: #E7B512; }
span { border-color: rgb(231,181,18); }
td.TdClassName
{
border-color: #E7B512;
}
.TagClassName
{
border-color: #E7B512;
}
</style>