Shades of Sunflower #E1B313
Tints of Sunflower #E1B313
RGB
CMYK
RGB Variations
Color information
#E1B313 (or 0xE1B313) is known color: Sunflower. HEX triplet: E1, B3 and 13. RGB value is (225,179,19). Sum of RGB (Red+Green+Blue) = 225+179+19=423 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.19% from 423); Green value is 179 (70.31% from 255 or 42.32% from 423); Blue value is 19 (7.81% from 255 or 4.49% from 423); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1B313 is #1E4CEC. Grayscale: #AFAFAF. Windows color (decimal): -1985773 or 1291233. OLE color: 1291233.
HSL color Cylindrical-coordinate representation of color #E1B313: hue angle of 46.6º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E1B313 is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 179 | 19 | - |
| CMYK | 0 | 0.20 | 0.92 | 0.12 |
| HSL | 46.6º | 0.84% | 0.48% | - |
| HSV(B) | 46.6º | 0.92% | 0.88% | - |
| XYZ | 47.29 | 48.29 | 7.45 | - |
| YUV | 174.51 | 40.24 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 179 | 19 | 0 | 0.20 | 0.92 | 0.12 | 46.6 | 0.84 | 0.48 |
| Hex | E1 | B3 | 13 | 0 | 14 | 5C | C | 2F | 54 | 30 |
| Octal | 341 | 263 | 23 | 0 | 24 | 134 | 14 | 57 | 124 | 60 |
| Binary | 11100001 | 10110011 | 10011 | 0 | 10100 | 1011100 | 1100 | 101111 | 1010100 | 110000 |
Color Harmonies of #E1B313
Complementary color
Monochromatic Colors of #E1B313
Black with #E1B313
Text Example
Text Example
White with #E1B313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B313; }
p { color: rgb(225,179,19); }
H1.HeaderClassName
{
color: #E1B313;
}
.AnyTagClassName
{
color: #E1B313;
}
</style>
background-color css
<style>
a { background-color: #E1B313; }
a { background-color: rgb(225,179,19); }
div.DivClassName
{
background-color: #E1B313;
}
.BgClassName
{
background-color: #E1B313;
}
</style>
border-color css
<style>
span { border-color: #E1B313; }
span { border-color: rgb(225,179,19); }
td.TdClassName
{
border-color: #E1B313;
}
.TagClassName
{
border-color: #E1B313;
}
</style>