Shades of Sunflower #E1B514
Tints of Sunflower #E1B514
RGB
CMYK
RGB Variations
Color information
#E1B514 (or 0xE1B514) is known color: Sunflower. HEX triplet: E1, B5 and 14. RGB value is (225,181,20). Sum of RGB (Red+Green+Blue) = 225+181+20=426 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.82% from 426); Green value is 181 (71.09% from 255 or 42.49% from 426); Blue value is 20 (8.20% from 255 or 4.69% from 426); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B514 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1B514 is #1E4AEB. Grayscale: #B0B0B0. Windows color (decimal): -1985260 or 1357281. OLE color: 1357281.
HSL color Cylindrical-coordinate representation of color #E1B514: hue angle of 47.12º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E1B514 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 181 | 20 | - |
| CMYK | 0 | 0.20 | 0.91 | 0.12 |
| HSL | 47.12º | 0.84% | 0.48% | - |
| HSV(B) | 47.12º | 0.91% | 0.88% | - |
| XYZ | 47.7 | 49.11 | 7.63 | - |
| YUV | 175.8 | 40.08 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 181 | 20 | 0 | 0.20 | 0.91 | 0.12 | 47.12 | 0.84 | 0.48 |
| Hex | E1 | B5 | 14 | 0 | 14 | 5B | C | 2F | 54 | 30 |
| Octal | 341 | 265 | 24 | 0 | 24 | 133 | 14 | 57 | 124 | 60 |
| Binary | 11100001 | 10110101 | 10100 | 0 | 10100 | 1011011 | 1100 | 101111 | 1010100 | 110000 |
Color Harmonies of #E1B514
Complementary color
Monochromatic Colors of #E1B514
Black with #E1B514
Text Example
Text Example
White with #E1B514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B514; }
p { color: rgb(225,181,20); }
H1.HeaderClassName
{
color: #E1B514;
}
.AnyTagClassName
{
color: #E1B514;
}
</style>
background-color css
<style>
a { background-color: #E1B514; }
a { background-color: rgb(225,181,20); }
div.DivClassName
{
background-color: #E1B514;
}
.BgClassName
{
background-color: #E1B514;
}
</style>
border-color css
<style>
span { border-color: #E1B514; }
span { border-color: rgb(225,181,20); }
td.TdClassName
{
border-color: #E1B514;
}
.TagClassName
{
border-color: #E1B514;
}
</style>