Shades of Sunflower #E5B712
Tints of Sunflower #E5B712
RGB
CMYK
RGB Variations
Color information
#E5B712 (or 0xE5B712) is known color: Sunflower. HEX triplet: E5, B7 and 12. RGB value is (229,183,18). Sum of RGB (Red+Green+Blue) = 229+183+18=430 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.26% from 430); Green value is 183 (71.88% from 255 or 42.56% from 430); Blue value is 18 (7.42% from 255 or 4.19% from 430); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B712 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5B712 is #1A48ED. Grayscale: #B2B2B2. Windows color (decimal): -1722606 or 1226725. OLE color: 1226725.
HSL color Cylindrical-coordinate representation of color #E5B712: hue angle of 46.92º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E5B712 is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 183 | 18 | - |
| CMYK | 0 | 0.20 | 0.92 | 0.10 |
| HSL | 46.92º | 0.85% | 0.48% | - |
| HSV(B) | 46.92º | 0.92% | 0.9% | - |
| XYZ | 49.36 | 50.57 | 7.73 | - |
| YUV | 177.94 | 37.74 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 183 | 18 | 0 | 0.20 | 0.92 | 0.10 | 46.92 | 0.85 | 0.48 |
| Hex | E5 | B7 | 12 | 0 | 14 | 5C | A | 2F | 55 | 30 |
| Octal | 345 | 267 | 22 | 0 | 24 | 134 | 12 | 57 | 125 | 60 |
| Binary | 11100101 | 10110111 | 10010 | 0 | 10100 | 1011100 | 1010 | 101111 | 1010101 | 110000 |
Color Harmonies of #E5B712
Complementary color
Monochromatic Colors of #E5B712
Black with #E5B712
Text Example
Text Example
White with #E5B712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B712; }
p { color: rgb(229,183,18); }
H1.HeaderClassName
{
color: #E5B712;
}
.AnyTagClassName
{
color: #E5B712;
}
</style>
background-color css
<style>
a { background-color: #E5B712; }
a { background-color: rgb(229,183,18); }
div.DivClassName
{
background-color: #E5B712;
}
.BgClassName
{
background-color: #E5B712;
}
</style>
border-color css
<style>
span { border-color: #E5B712; }
span { border-color: rgb(229,183,18); }
td.TdClassName
{
border-color: #E5B712;
}
.TagClassName
{
border-color: #E5B712;
}
</style>