Shades of Sunflower #E3B516
Tints of Sunflower #E3B516
RGB
CMYK
RGB Variations
Color information
#E3B516 (or 0xE3B516) is known color: Sunflower. HEX triplet: E3, B5 and 16. RGB value is (227,181,22). Sum of RGB (Red+Green+Blue) = 227+181+22=430 (56% of max value = 765). Red value is 227 (89.06% from 255 or 52.79% from 430); Green value is 181 (71.09% from 255 or 42.09% from 430); Blue value is 22 (8.98% from 255 or 5.12% from 430); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3B516 is #1C4AE9. Grayscale: #B1B1B1. Windows color (decimal): -1854186 or 1488355. OLE color: 1488355.
HSL color Cylindrical-coordinate representation of color #E3B516: hue angle of 46.54º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E3B516 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 181 | 22 | - |
| CMYK | 0 | 0.20 | 0.90 | 0.11 |
| HSL | 46.54º | 0.82% | 0.49% | - |
| HSV(B) | 46.54º | 0.9% | 0.89% | - |
| XYZ | 48.35 | 49.44 | 7.75 | - |
| YUV | 176.63 | 40.74 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 181 | 22 | 0 | 0.20 | 0.90 | 0.11 | 46.54 | 0.82 | 0.49 |
| Hex | E3 | B5 | 16 | 0 | 14 | 5A | B | 2F | 52 | 31 |
| Octal | 343 | 265 | 26 | 0 | 24 | 132 | 13 | 57 | 122 | 61 |
| Binary | 11100011 | 10110101 | 10110 | 0 | 10100 | 1011010 | 1011 | 101111 | 1010010 | 110001 |
Color Harmonies of #E3B516
Complementary color
Monochromatic Colors of #E3B516
Black with #E3B516
Text Example
Text Example
White with #E3B516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3B516; }
p { color: rgb(227,181,22); }
H1.HeaderClassName
{
color: #E3B516;
}
.AnyTagClassName
{
color: #E3B516;
}
</style>
background-color css
<style>
a { background-color: #E3B516; }
a { background-color: rgb(227,181,22); }
div.DivClassName
{
background-color: #E3B516;
}
.BgClassName
{
background-color: #E3B516;
}
</style>
border-color css
<style>
span { border-color: #E3B516; }
span { border-color: rgb(227,181,22); }
td.TdClassName
{
border-color: #E3B516;
}
.TagClassName
{
border-color: #E3B516;
}
</style>