Shades of Sunflower #E1BC01
Tints of Sunflower #E1BC01
RGB
CMYK
RGB Variations
Color information
#E1BC01 (or 0xE1BC01) is known color: Sunflower. HEX triplet: E1, BC and 01. RGB value is (225,188,1). Sum of RGB (Red+Green+Blue) = 225+188+1=414 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.35% from 414); Green value is 188 (73.83% from 255 or 45.41% from 414); Blue value is 1 (0.78% from 255 or 0.24% from 414); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BC01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1BC01 is #1E43FE. Grayscale: #B2B2B2. Windows color (decimal): -1983487 or 113889. OLE color: 113889.
HSL color Cylindrical-coordinate representation of color #E1BC01: hue angle of 50.09º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E1BC01 is Cyan = 0, Magento = 0.16, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 188 | 1 | - |
| CMYK | 0 | 0.16 | 1.00 | 0.12 |
| HSL | 50.09º | 0.99% | 0.44% | - |
| HSV(B) | 50.09º | 1% | 0.88% | - |
| XYZ | 49.04 | 51.98 | 7.48 | - |
| YUV | 177.75 | 28.26 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 188 | 1 | 0 | 0.16 | 1.00 | 0.12 | 50.09 | 0.99 | 0.44 |
| Hex | E1 | BC | 1 | 0 | 10 | 64 | C | 32 | 63 | 2C |
| Octal | 341 | 274 | 1 | 0 | 20 | 144 | 14 | 62 | 143 | 54 |
| Binary | 11100001 | 10111100 | 1 | 0 | 10000 | 1100100 | 1100 | 110010 | 1100011 | 101100 |
Color Harmonies of #E1BC01
Complementary color
Monochromatic Colors of #E1BC01
Black with #E1BC01
Text Example
Text Example
White with #E1BC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BC01; }
p { color: rgb(225,188,1); }
H1.HeaderClassName
{
color: #E1BC01;
}
.AnyTagClassName
{
color: #E1BC01;
}
</style>
background-color css
<style>
a { background-color: #E1BC01; }
a { background-color: rgb(225,188,1); }
div.DivClassName
{
background-color: #E1BC01;
}
.BgClassName
{
background-color: #E1BC01;
}
</style>
border-color css
<style>
span { border-color: #E1BC01; }
span { border-color: rgb(225,188,1); }
td.TdClassName
{
border-color: #E1BC01;
}
.TagClassName
{
border-color: #E1BC01;
}
</style>