Shades of Sunflower #E1BC21
Tints of Sunflower #E1BC21
RGB
CMYK
RGB Variations
Color information
#E1BC21 (or 0xE1BC21) is known color: Sunflower. HEX triplet: E1, BC and 21. RGB value is (225,188,33). Sum of RGB (Red+Green+Blue) = 225+188+33=446 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.45% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 33 (13.28% from 255 or 7.40% from 446); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BC21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1BC21 is #1E43DE. Grayscale: #B6B6B6. Windows color (decimal): -1983455 or 2211041. OLE color: 2211041.
HSL color Cylindrical-coordinate representation of color #E1BC21: hue angle of 48.44º 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 #E1BC21 is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 188 | 33 | - |
| CMYK | 0 | 0.16 | 0.85 | 0.12 |
| HSL | 48.44º | 0.76% | 0.51% | - |
| HSV(B) | 48.44º | 0.85% | 0.88% | - |
| XYZ | 49.31 | 52.08 | 8.89 | - |
| YUV | 181.39 | 44.26 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 188 | 33 | 0 | 0.16 | 0.85 | 0.12 | 48.44 | 0.76 | 0.51 |
| Hex | E1 | BC | 21 | 0 | 10 | 55 | C | 30 | 4C | 33 |
| Octal | 341 | 274 | 41 | 0 | 20 | 125 | 14 | 60 | 114 | 63 |
| Binary | 11100001 | 10111100 | 100001 | 0 | 10000 | 1010101 | 1100 | 110000 | 1001100 | 110011 |
Color Harmonies of #E1BC21
Complementary color
Monochromatic Colors of #E1BC21
Black with #E1BC21
Text Example
Text Example
White with #E1BC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BC21; }
p { color: rgb(225,188,33); }
H1.HeaderClassName
{
color: #E1BC21;
}
.AnyTagClassName
{
color: #E1BC21;
}
</style>
background-color css
<style>
a { background-color: #E1BC21; }
a { background-color: rgb(225,188,33); }
div.DivClassName
{
background-color: #E1BC21;
}
.BgClassName
{
background-color: #E1BC21;
}
</style>
border-color css
<style>
span { border-color: #E1BC21; }
span { border-color: rgb(225,188,33); }
td.TdClassName
{
border-color: #E1BC21;
}
.TagClassName
{
border-color: #E1BC21;
}
</style>