Shades of Sunflower #E1BC11
Tints of Sunflower #E1BC11
RGB
CMYK
RGB Variations
Color information
#E1BC11 (or 0xE1BC11) is known color: Sunflower. HEX triplet: E1, BC and 11. RGB value is (225,188,17). Sum of RGB (Red+Green+Blue) = 225+188+17=430 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.33% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 17 (7.03% from 255 or 3.95% from 430); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BC11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1BC11 is #1E43EE. Grayscale: #B4B4B4. Windows color (decimal): -1983471 or 1162465. OLE color: 1162465.
HSL color Cylindrical-coordinate representation of color #E1BC11: hue angle of 49.33º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E1BC11 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 188 | 17 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.12 |
| HSL | 49.33º | 0.86% | 0.47% | - |
| HSV(B) | 49.33º | 0.92% | 0.88% | - |
| XYZ | 49.14 | 52.01 | 7.98 | - |
| YUV | 179.57 | 36.26 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 188 | 17 | 0 | 0.16 | 0.92 | 0.12 | 49.33 | 0.86 | 0.47 |
| Hex | E1 | BC | 11 | 0 | 10 | 5C | C | 31 | 56 | 2F |
| Octal | 341 | 274 | 21 | 0 | 20 | 134 | 14 | 61 | 126 | 57 |
| Binary | 11100001 | 10111100 | 10001 | 0 | 10000 | 1011100 | 1100 | 110001 | 1010110 | 101111 |
Color Harmonies of #E1BC11
Complementary color
Monochromatic Colors of #E1BC11
Black with #E1BC11
Text Example
Text Example
White with #E1BC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BC11; }
p { color: rgb(225,188,17); }
H1.HeaderClassName
{
color: #E1BC11;
}
.AnyTagClassName
{
color: #E1BC11;
}
</style>
background-color css
<style>
a { background-color: #E1BC11; }
a { background-color: rgb(225,188,17); }
div.DivClassName
{
background-color: #E1BC11;
}
.BgClassName
{
background-color: #E1BC11;
}
</style>
border-color css
<style>
span { border-color: #E1BC11; }
span { border-color: rgb(225,188,17); }
td.TdClassName
{
border-color: #E1BC11;
}
.TagClassName
{
border-color: #E1BC11;
}
</style>