Shades of Sunflower #E1B516
Tints of Sunflower #E1B516
RGB
CMYK
RGB Variations
Color information
#E1B516 (or 0xE1B516) is known color: Sunflower. HEX triplet: E1, B5 and 16. RGB value is (225,181,22). Sum of RGB (Red+Green+Blue) = 225+181+22=428 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.57% from 428); Green value is 181 (71.09% from 255 or 42.29% from 428); Blue value is 22 (8.98% from 255 or 5.14% from 428); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1B516 is #1E4AE9. Grayscale: #B0B0B0. Windows color (decimal): -1985258 or 1488353. OLE color: 1488353.
HSL color Cylindrical-coordinate representation of color #E1B516: hue angle of 47º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E1B516 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 181 | 22 | - |
| CMYK | 0 | 0.20 | 0.90 | 0.12 |
| HSL | 47º | 0.82% | 0.48% | - |
| HSV(B) | 47º | 0.9% | 0.88% | - |
| XYZ | 47.72 | 49.11 | 7.72 | - |
| YUV | 176.03 | 41.08 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 181 | 22 | 0 | 0.20 | 0.90 | 0.12 | 47 | 0.82 | 0.48 |
| Hex | E1 | B5 | 16 | 0 | 14 | 5A | C | 2F | 52 | 30 |
| Octal | 341 | 265 | 26 | 0 | 24 | 132 | 14 | 57 | 122 | 60 |
| Binary | 11100001 | 10110101 | 10110 | 0 | 10100 | 1011010 | 1100 | 101111 | 1010010 | 110000 |
Color Harmonies of #E1B516
Complementary color
Monochromatic Colors of #E1B516
Black with #E1B516
Text Example
Text Example
White with #E1B516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B516; }
p { color: rgb(225,181,22); }
H1.HeaderClassName
{
color: #E1B516;
}
.AnyTagClassName
{
color: #E1B516;
}
</style>
background-color css
<style>
a { background-color: #E1B516; }
a { background-color: rgb(225,181,22); }
div.DivClassName
{
background-color: #E1B516;
}
.BgClassName
{
background-color: #E1B516;
}
</style>
border-color css
<style>
span { border-color: #E1B516; }
span { border-color: rgb(225,181,22); }
td.TdClassName
{
border-color: #E1B516;
}
.TagClassName
{
border-color: #E1B516;
}
</style>