Shades of Sunflower #E1BF16
Tints of Sunflower #E1BF16
RGB
CMYK
RGB Variations
Color information
#E1BF16 (or 0xE1BF16) is known color: Sunflower. HEX triplet: E1, BF and 16. RGB value is (225,191,22). Sum of RGB (Red+Green+Blue) = 225+191+22=438 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.37% from 438); Green value is 191 (75% from 255 or 43.61% from 438); Blue value is 22 (8.98% from 255 or 5.02% from 438); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BF16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1BF16 is #1E40E9. Grayscale: #B6B6B6. Windows color (decimal): -1982698 or 1490913. OLE color: 1490913.
HSL color Cylindrical-coordinate representation of color #E1BF16: hue angle of 49.95º 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 #E1BF16 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 191 | 22 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.12 |
| HSL | 49.95º | 0.82% | 0.48% | - |
| HSV(B) | 49.95º | 0.9% | 0.88% | - |
| XYZ | 49.83 | 53.33 | 8.43 | - |
| YUV | 181.9 | 37.76 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 191 | 22 | 0 | 0.15 | 0.90 | 0.12 | 49.95 | 0.82 | 0.48 |
| Hex | E1 | BF | 16 | 0 | F | 5A | C | 32 | 52 | 30 |
| Octal | 341 | 277 | 26 | 0 | 17 | 132 | 14 | 62 | 122 | 60 |
| Binary | 11100001 | 10111111 | 10110 | 0 | 1111 | 1011010 | 1100 | 110010 | 1010010 | 110000 |
Color Harmonies of #E1BF16
Complementary color
Monochromatic Colors of #E1BF16
Black with #E1BF16
Text Example
Text Example
White with #E1BF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BF16; }
p { color: rgb(225,191,22); }
H1.HeaderClassName
{
color: #E1BF16;
}
.AnyTagClassName
{
color: #E1BF16;
}
</style>
background-color css
<style>
a { background-color: #E1BF16; }
a { background-color: rgb(225,191,22); }
div.DivClassName
{
background-color: #E1BF16;
}
.BgClassName
{
background-color: #E1BF16;
}
</style>
border-color css
<style>
span { border-color: #E1BF16; }
span { border-color: rgb(225,191,22); }
td.TdClassName
{
border-color: #E1BF16;
}
.TagClassName
{
border-color: #E1BF16;
}
</style>