Shades of Sunflower #E1B900
Tints of Sunflower #E1B900
RGB
CMYK
RGB Variations
Color information
#E1B900 (or 0xE1B900) is known color: Sunflower. HEX triplet: E1, B9 and 00. RGB value is (225,185,0). Sum of RGB (Red+Green+Blue) = 225+185+0=410 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.88% from 410); Green value is 185 (72.66% from 255 or 45.12% from 410); Blue value is 0 (0.39% from 255 or 0% from 410); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1B900 is #1E46FF. Grayscale: #B0B0B0. Windows color (decimal): -1984256 or 47585. OLE color: 47585.
HSL color Cylindrical-coordinate representation of color #E1B900: hue angle of 49.33º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E1B900 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 185 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.12 |
| HSL | 49.33º | 1% | 0.44% | - |
| HSV(B) | 49.33º | 1% | 0.88% | - |
| XYZ | 48.4 | 50.71 | 7.24 | - |
| YUV | 175.87 | 28.75 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 185 | 0 | 0 | 0.18 | 1 | 0.12 | 49.33 | 1 | 0.44 |
| Hex | E1 | B9 | 0 | 0 | 12 | 64 | C | 31 | 64 | 2C |
| Octal | 341 | 271 | 0 | 0 | 22 | 144 | 14 | 61 | 144 | 54 |
| Binary | 11100001 | 10111001 | 0 | 0 | 10010 | 1100100 | 1100 | 110001 | 1100100 | 101100 |
Color Harmonies of #E1B900
Complementary color
Monochromatic Colors of #E1B900
Black with #E1B900
Text Example
Text Example
White with #E1B900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B900; }
p { color: rgb(225,185,0); }
H1.HeaderClassName
{
color: #E1B900;
}
.AnyTagClassName
{
color: #E1B900;
}
</style>
background-color css
<style>
a { background-color: #E1B900; }
a { background-color: rgb(225,185,0); }
div.DivClassName
{
background-color: #E1B900;
}
.BgClassName
{
background-color: #E1B900;
}
</style>
border-color css
<style>
span { border-color: #E1B900; }
span { border-color: rgb(225,185,0); }
td.TdClassName
{
border-color: #E1B900;
}
.TagClassName
{
border-color: #E1B900;
}
</style>