Shades of Sunflower #E1B411
Tints of Sunflower #E1B411
RGB
CMYK
RGB Variations
Color information
#E1B411 (or 0xE1B411) is known color: Sunflower. HEX triplet: E1, B4 and 11. RGB value is (225,180,17). Sum of RGB (Red+Green+Blue) = 225+180+17=422 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.32% from 422); Green value is 180 (70.70% from 255 or 42.65% from 422); Blue value is 17 (7.03% from 255 or 4.03% from 422); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B411 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1B411 is #1E4BEE. Grayscale: #AFAFAF. Windows color (decimal): -1985519 or 1160417. OLE color: 1160417.
HSL color Cylindrical-coordinate representation of color #E1B411: hue angle of 47.02º 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 #E1B411 is Cyan = 0, Magento = 0.2, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 180 | 17 | - |
| CMYK | 0 | 0.2 | 0.92 | 0.12 |
| HSL | 47.02º | 0.86% | 0.47% | - |
| HSV(B) | 47.02º | 0.92% | 0.88% | - |
| XYZ | 47.47 | 48.69 | 7.43 | - |
| YUV | 174.87 | 38.91 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 180 | 17 | 0 | 0.2 | 0.92 | 0.12 | 47.02 | 0.86 | 0.47 |
| Hex | E1 | B4 | 11 | 0 | 14 | 5C | C | 2F | 56 | 2F |
| Octal | 341 | 264 | 21 | 0 | 24 | 134 | 14 | 57 | 126 | 57 |
| Binary | 11100001 | 10110100 | 10001 | 0 | 10100 | 1011100 | 1100 | 101111 | 1010110 | 101111 |
Color Harmonies of #E1B411
Complementary color
Monochromatic Colors of #E1B411
Black with #E1B411
Text Example
Text Example
White with #E1B411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B411; }
p { color: rgb(225,180,17); }
H1.HeaderClassName
{
color: #E1B411;
}
.AnyTagClassName
{
color: #E1B411;
}
</style>
background-color css
<style>
a { background-color: #E1B411; }
a { background-color: rgb(225,180,17); }
div.DivClassName
{
background-color: #E1B411;
}
.BgClassName
{
background-color: #E1B411;
}
</style>
border-color css
<style>
span { border-color: #E1B411; }
span { border-color: rgb(225,180,17); }
td.TdClassName
{
border-color: #E1B411;
}
.TagClassName
{
border-color: #E1B411;
}
</style>