Shades of Sunflower #E1BF11
Tints of Sunflower #E1BF11
RGB
CMYK
RGB Variations
Color information
#E1BF11 (or 0xE1BF11) is known color: Sunflower. HEX triplet: E1, BF and 11. RGB value is (225,191,17). Sum of RGB (Red+Green+Blue) = 225+191+17=433 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.96% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 17 (7.03% from 255 or 3.93% from 433); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BF11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1BF11 is #1E40EE. Grayscale: #B6B6B6. Windows color (decimal): -1982703 or 1163233. OLE color: 1163233.
HSL color Cylindrical-coordinate representation of color #E1BF11: hue angle of 50.19º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E1BF11 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 191 | 17 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.12 |
| HSL | 50.19º | 0.86% | 0.47% | - |
| HSV(B) | 50.19º | 0.92% | 0.88% | - |
| XYZ | 49.78 | 53.31 | 8.2 | - |
| YUV | 181.33 | 35.26 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 191 | 17 | 0 | 0.15 | 0.92 | 0.12 | 50.19 | 0.86 | 0.47 |
| Hex | E1 | BF | 11 | 0 | F | 5C | C | 32 | 56 | 2F |
| Octal | 341 | 277 | 21 | 0 | 17 | 134 | 14 | 62 | 126 | 57 |
| Binary | 11100001 | 10111111 | 10001 | 0 | 1111 | 1011100 | 1100 | 110010 | 1010110 | 101111 |
Color Harmonies of #E1BF11
Complementary color
Monochromatic Colors of #E1BF11
Black with #E1BF11
Text Example
Text Example
White with #E1BF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BF11; }
p { color: rgb(225,191,17); }
H1.HeaderClassName
{
color: #E1BF11;
}
.AnyTagClassName
{
color: #E1BF11;
}
</style>
background-color css
<style>
a { background-color: #E1BF11; }
a { background-color: rgb(225,191,17); }
div.DivClassName
{
background-color: #E1BF11;
}
.BgClassName
{
background-color: #E1BF11;
}
</style>
border-color css
<style>
span { border-color: #E1BF11; }
span { border-color: rgb(225,191,17); }
td.TdClassName
{
border-color: #E1BF11;
}
.TagClassName
{
border-color: #E1BF11;
}
</style>