Shades of Sunflower #E1BD05
Tints of Sunflower #E1BD05
RGB
CMYK
RGB Variations
Color information
#E1BD05 (or 0xE1BD05) is known color: Sunflower. HEX triplet: E1, BD and 05. RGB value is (225,189,5). Sum of RGB (Red+Green+Blue) = 225+189+5=419 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.70% from 419); Green value is 189 (74.22% from 255 or 45.11% from 419); Blue value is 5 (2.34% from 255 or 1.19% from 419); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BD05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1BD05 is #1E42FA. Grayscale: #B3B3B3. Windows color (decimal): -1983227 or 376289. OLE color: 376289.
HSL color Cylindrical-coordinate representation of color #E1BD05: hue angle of 50.18º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E1BD05 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 189 | 5 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.12 |
| HSL | 50.18º | 0.96% | 0.45% | - |
| HSV(B) | 50.18º | 0.98% | 0.88% | - |
| XYZ | 49.28 | 52.41 | 7.66 | - |
| YUV | 178.79 | 29.93 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 189 | 5 | 0 | 0.16 | 0.98 | 0.12 | 50.18 | 0.96 | 0.45 |
| Hex | E1 | BD | 5 | 0 | 10 | 62 | C | 32 | 60 | 2D |
| Octal | 341 | 275 | 5 | 0 | 20 | 142 | 14 | 62 | 140 | 55 |
| Binary | 11100001 | 10111101 | 101 | 0 | 10000 | 1100010 | 1100 | 110010 | 1100000 | 101101 |
Color Harmonies of #E1BD05
Complementary color
Monochromatic Colors of #E1BD05
Black with #E1BD05
Text Example
Text Example
White with #E1BD05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BD05; }
p { color: rgb(225,189,5); }
H1.HeaderClassName
{
color: #E1BD05;
}
.AnyTagClassName
{
color: #E1BD05;
}
</style>
background-color css
<style>
a { background-color: #E1BD05; }
a { background-color: rgb(225,189,5); }
div.DivClassName
{
background-color: #E1BD05;
}
.BgClassName
{
background-color: #E1BD05;
}
</style>
border-color css
<style>
span { border-color: #E1BD05; }
span { border-color: rgb(225,189,5); }
td.TdClassName
{
border-color: #E1BD05;
}
.TagClassName
{
border-color: #E1BD05;
}
</style>