Shades of Sunflower #E1BF21
Tints of Sunflower #E1BF21
RGB
CMYK
RGB Variations
Color information
#E1BF21 (or 0xE1BF21) is known color: Sunflower. HEX triplet: E1, BF and 21. RGB value is (225,191,33). Sum of RGB (Red+Green+Blue) = 225+191+33=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 191 (75% from 255 or 42.54% from 449); Blue value is 33 (13.28% from 255 or 7.35% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BF21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1BF21 is #1E40DE. Grayscale: #B7B7B7. Windows color (decimal): -1982687 or 2211809. OLE color: 2211809.
HSL color Cylindrical-coordinate representation of color #E1BF21: hue angle of 49.38º 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 #E1BF21 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 191 | 33 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.12 |
| HSL | 49.38º | 0.76% | 0.51% | - |
| HSV(B) | 49.38º | 0.85% | 0.88% | - |
| XYZ | 49.96 | 53.38 | 9.11 | - |
| YUV | 183.15 | 43.26 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 191 | 33 | 0 | 0.15 | 0.85 | 0.12 | 49.38 | 0.76 | 0.51 |
| Hex | E1 | BF | 21 | 0 | F | 55 | C | 31 | 4C | 33 |
| Octal | 341 | 277 | 41 | 0 | 17 | 125 | 14 | 61 | 114 | 63 |
| Binary | 11100001 | 10111111 | 100001 | 0 | 1111 | 1010101 | 1100 | 110001 | 1001100 | 110011 |
Color Harmonies of #E1BF21
Complementary color
Monochromatic Colors of #E1BF21
Black with #E1BF21
Text Example
Text Example
White with #E1BF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BF21; }
p { color: rgb(225,191,33); }
H1.HeaderClassName
{
color: #E1BF21;
}
.AnyTagClassName
{
color: #E1BF21;
}
</style>
background-color css
<style>
a { background-color: #E1BF21; }
a { background-color: rgb(225,191,33); }
div.DivClassName
{
background-color: #E1BF21;
}
.BgClassName
{
background-color: #E1BF21;
}
</style>
border-color css
<style>
span { border-color: #E1BF21; }
span { border-color: rgb(225,191,33); }
td.TdClassName
{
border-color: #E1BF21;
}
.TagClassName
{
border-color: #E1BF21;
}
</style>