Shades of Sunflower #E1BF22
Tints of Sunflower #E1BF22
RGB
CMYK
RGB Variations
Color information
#E1BF22 (or 0xE1BF22) is known color: Sunflower. HEX triplet: E1, BF and 22. RGB value is (225,191,34). Sum of RGB (Red+Green+Blue) = 225+191+34=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 34 (13.67% from 255 or 7.56% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BF22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1BF22 is #1E40DD. Grayscale: #B7B7B7. Windows color (decimal): -1982686 or 2277345. OLE color: 2277345.
HSL color Cylindrical-coordinate representation of color #E1BF22: hue angle of 49.32º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E1BF22 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 191 | 34 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.12 |
| HSL | 49.32º | 0.76% | 0.51% | - |
| HSV(B) | 49.32º | 0.85% | 0.88% | - |
| XYZ | 49.97 | 53.38 | 9.18 | - |
| YUV | 183.27 | 43.76 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 191 | 34 | 0 | 0.15 | 0.85 | 0.12 | 49.32 | 0.76 | 0.51 |
| Hex | E1 | BF | 22 | 0 | F | 55 | C | 31 | 4C | 33 |
| Octal | 341 | 277 | 42 | 0 | 17 | 125 | 14 | 61 | 114 | 63 |
| Binary | 11100001 | 10111111 | 100010 | 0 | 1111 | 1010101 | 1100 | 110001 | 1001100 | 110011 |
Color Harmonies of #E1BF22
Complementary color
Monochromatic Colors of #E1BF22
Black with #E1BF22
Text Example
Text Example
White with #E1BF22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BF22; }
p { color: rgb(225,191,34); }
H1.HeaderClassName
{
color: #E1BF22;
}
.AnyTagClassName
{
color: #E1BF22;
}
</style>
background-color css
<style>
a { background-color: #E1BF22; }
a { background-color: rgb(225,191,34); }
div.DivClassName
{
background-color: #E1BF22;
}
.BgClassName
{
background-color: #E1BF22;
}
</style>
border-color css
<style>
span { border-color: #E1BF22; }
span { border-color: rgb(225,191,34); }
td.TdClassName
{
border-color: #E1BF22;
}
.TagClassName
{
border-color: #E1BF22;
}
</style>