Shades of Sunflower #E1BD21
Tints of Sunflower #E1BD21
RGB
CMYK
RGB Variations
Color information
#E1BD21 (or 0xE1BD21) is known color: Sunflower. HEX triplet: E1, BD and 21. RGB value is (225,189,33). Sum of RGB (Red+Green+Blue) = 225+189+33=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 33 (13.28% from 255 or 7.38% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BD21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1BD21 is #1E42DE. Grayscale: #B6B6B6. Windows color (decimal): -1983199 or 2211297. OLE color: 2211297.
HSL color Cylindrical-coordinate representation of color #E1BD21: hue angle of 48.75º 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 #E1BD21 is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 189 | 33 | - |
| CMYK | 0 | 0.16 | 0.85 | 0.12 |
| HSL | 48.75º | 0.76% | 0.51% | - |
| HSV(B) | 48.75º | 0.85% | 0.88% | - |
| XYZ | 49.52 | 52.51 | 8.96 | - |
| YUV | 181.98 | 43.93 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 189 | 33 | 0 | 0.16 | 0.85 | 0.12 | 48.75 | 0.76 | 0.51 |
| Hex | E1 | BD | 21 | 0 | 10 | 55 | C | 31 | 4C | 33 |
| Octal | 341 | 275 | 41 | 0 | 20 | 125 | 14 | 61 | 114 | 63 |
| Binary | 11100001 | 10111101 | 100001 | 0 | 10000 | 1010101 | 1100 | 110001 | 1001100 | 110011 |
Color Harmonies of #E1BD21
Complementary color
Monochromatic Colors of #E1BD21
Black with #E1BD21
Text Example
Text Example
White with #E1BD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BD21; }
p { color: rgb(225,189,33); }
H1.HeaderClassName
{
color: #E1BD21;
}
.AnyTagClassName
{
color: #E1BD21;
}
</style>
background-color css
<style>
a { background-color: #E1BD21; }
a { background-color: rgb(225,189,33); }
div.DivClassName
{
background-color: #E1BD21;
}
.BgClassName
{
background-color: #E1BD21;
}
</style>
border-color css
<style>
span { border-color: #E1BD21; }
span { border-color: rgb(225,189,33); }
td.TdClassName
{
border-color: #E1BD21;
}
.TagClassName
{
border-color: #E1BD21;
}
</style>