Shades of Sunflower #E8BA12
Tints of Sunflower #E8BA12
RGB
CMYK
RGB Variations
Color information
#E8BA12 (or 0xE8BA12) is known color: Sunflower. HEX triplet: E8, BA and 12. RGB value is (232,186,18). Sum of RGB (Red+Green+Blue) = 232+186+18=436 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.21% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 18 (7.42% from 255 or 4.13% from 436); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BA12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8BA12 is #1745ED. Grayscale: #B5B5B5. Windows color (decimal): -1525230 or 1227496. OLE color: 1227496.
HSL color Cylindrical-coordinate representation of color #E8BA12: hue angle of 47.1º 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 #E8BA12 is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 186 | 18 | - |
| CMYK | 0 | 0.20 | 0.92 | 0.09 |
| HSL | 47.1º | 0.86% | 0.49% | - |
| HSV(B) | 47.1º | 0.92% | 0.91% | - |
| XYZ | 50.95 | 52.32 | 7.99 | - |
| YUV | 180.6 | 36.24 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 186 | 18 | 0 | 0.20 | 0.92 | 0.09 | 47.1 | 0.86 | 0.49 |
| Hex | E8 | BA | 12 | 0 | 14 | 5C | 9 | 2F | 56 | 31 |
| Octal | 350 | 272 | 22 | 0 | 24 | 134 | 11 | 57 | 126 | 61 |
| Binary | 11101000 | 10111010 | 10010 | 0 | 10100 | 1011100 | 1001 | 101111 | 1010110 | 110001 |
Color Harmonies of #E8BA12
Complementary color
Monochromatic Colors of #E8BA12
Black with #E8BA12
Text Example
Text Example
White with #E8BA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BA12; }
p { color: rgb(232,186,18); }
H1.HeaderClassName
{
color: #E8BA12;
}
.AnyTagClassName
{
color: #E8BA12;
}
</style>
background-color css
<style>
a { background-color: #E8BA12; }
a { background-color: rgb(232,186,18); }
div.DivClassName
{
background-color: #E8BA12;
}
.BgClassName
{
background-color: #E8BA12;
}
</style>
border-color css
<style>
span { border-color: #E8BA12; }
span { border-color: rgb(232,186,18); }
td.TdClassName
{
border-color: #E8BA12;
}
.TagClassName
{
border-color: #E8BA12;
}
</style>