Shades of Sunflower #E1BF15
Tints of Sunflower #E1BF15
RGB
CMYK
RGB Variations
Color information
#E1BF15 (or 0xE1BF15) is known color: Sunflower. HEX triplet: E1, BF and 15. RGB value is (225,191,21). Sum of RGB (Red+Green+Blue) = 225+191+21=437 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.49% from 437); Green value is 191 (75% from 255 or 43.71% from 437); Blue value is 21 (8.59% from 255 or 4.81% from 437); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BF15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1BF15 is #1E40EA. Grayscale: #B6B6B6. Windows color (decimal): -1982699 or 1425377. OLE color: 1425377.
HSL color Cylindrical-coordinate representation of color #E1BF15: hue angle of 50º degrees, saturation: 0.83, 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 #E1BF15 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 191 | 21 | - |
| CMYK | 0 | 0.15 | 0.91 | 0.12 |
| HSL | 50º | 0.83% | 0.48% | - |
| HSV(B) | 50º | 0.91% | 0.88% | - |
| XYZ | 49.82 | 53.32 | 8.38 | - |
| YUV | 181.79 | 37.26 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 191 | 21 | 0 | 0.15 | 0.91 | 0.12 | 50 | 0.83 | 0.48 |
| Hex | E1 | BF | 15 | 0 | F | 5B | C | 32 | 53 | 30 |
| Octal | 341 | 277 | 25 | 0 | 17 | 133 | 14 | 62 | 123 | 60 |
| Binary | 11100001 | 10111111 | 10101 | 0 | 1111 | 1011011 | 1100 | 110010 | 1010011 | 110000 |
Color Harmonies of #E1BF15
Complementary color
Monochromatic Colors of #E1BF15
Black with #E1BF15
Text Example
Text Example
White with #E1BF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BF15; }
p { color: rgb(225,191,21); }
H1.HeaderClassName
{
color: #E1BF15;
}
.AnyTagClassName
{
color: #E1BF15;
}
</style>
background-color css
<style>
a { background-color: #E1BF15; }
a { background-color: rgb(225,191,21); }
div.DivClassName
{
background-color: #E1BF15;
}
.BgClassName
{
background-color: #E1BF15;
}
</style>
border-color css
<style>
span { border-color: #E1BF15; }
span { border-color: rgb(225,191,21); }
td.TdClassName
{
border-color: #E1BF15;
}
.TagClassName
{
border-color: #E1BF15;
}
</style>