Shades of Sunflower #E1B316
Tints of Sunflower #E1B316
RGB
CMYK
RGB Variations
Color information
#E1B316 (or 0xE1B316) is known color: Sunflower. HEX triplet: E1, B3 and 16. RGB value is (225,179,22). Sum of RGB (Red+Green+Blue) = 225+179+22=426 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.82% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 22 (8.98% from 255 or 5.16% from 426); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B316 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1B316 is #1E4CE9. Grayscale: #AFAFAF. Windows color (decimal): -1985770 or 1487841. OLE color: 1487841.
HSL color Cylindrical-coordinate representation of color #E1B316: hue angle of 46.4º 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 #E1B316 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 179 | 22 | - |
| CMYK | 0 | 0.20 | 0.90 | 0.12 |
| HSL | 46.4º | 0.82% | 0.48% | - |
| HSV(B) | 46.4º | 0.9% | 0.88% | - |
| XYZ | 47.32 | 48.31 | 7.59 | - |
| YUV | 174.86 | 41.74 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 179 | 22 | 0 | 0.20 | 0.90 | 0.12 | 46.4 | 0.82 | 0.48 |
| Hex | E1 | B3 | 16 | 0 | 14 | 5A | C | 2E | 52 | 30 |
| Octal | 341 | 263 | 26 | 0 | 24 | 132 | 14 | 56 | 122 | 60 |
| Binary | 11100001 | 10110011 | 10110 | 0 | 10100 | 1011010 | 1100 | 101110 | 1010010 | 110000 |
Color Harmonies of #E1B316
Complementary color
Monochromatic Colors of #E1B316
Black with #E1B316
Text Example
Text Example
White with #E1B316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B316; }
p { color: rgb(225,179,22); }
H1.HeaderClassName
{
color: #E1B316;
}
.AnyTagClassName
{
color: #E1B316;
}
</style>
background-color css
<style>
a { background-color: #E1B316; }
a { background-color: rgb(225,179,22); }
div.DivClassName
{
background-color: #E1B316;
}
.BgClassName
{
background-color: #E1B316;
}
</style>
border-color css
<style>
span { border-color: #E1B316; }
span { border-color: rgb(225,179,22); }
td.TdClassName
{
border-color: #E1B316;
}
.TagClassName
{
border-color: #E1B316;
}
</style>