Shades of Sunflower #E1B80B
Tints of Sunflower #E1B80B
RGB
CMYK
RGB Variations
Color information
#E1B80B (or 0xE1B80B) is known color: Sunflower. HEX triplet: E1, B8 and 0B. RGB value is (225,184,11). Sum of RGB (Red+Green+Blue) = 225+184+11=420 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.57% from 420); Green value is 184 (72.27% from 255 or 43.81% from 420); Blue value is 11 (4.69% from 255 or 2.62% from 420); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B80B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1B80B is #1E47F4. Grayscale: #B1B1B1. Windows color (decimal): -1984501 or 768225. OLE color: 768225.
HSL color Cylindrical-coordinate representation of color #E1B80B: hue angle of 48.5º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E1B80B is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 184 | 11 | - |
| CMYK | 0 | 0.18 | 0.95 | 0.12 |
| HSL | 48.5º | 0.91% | 0.46% | - |
| HSV(B) | 48.5º | 0.95% | 0.88% | - |
| XYZ | 48.25 | 50.31 | 7.48 | - |
| YUV | 176.54 | 34.58 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 184 | 11 | 0 | 0.18 | 0.95 | 0.12 | 48.5 | 0.91 | 0.46 |
| Hex | E1 | B8 | B | 0 | 12 | 5F | C | 31 | 5B | 2E |
| Octal | 341 | 270 | 13 | 0 | 22 | 137 | 14 | 61 | 133 | 56 |
| Binary | 11100001 | 10111000 | 1011 | 0 | 10010 | 1011111 | 1100 | 110001 | 1011011 | 101110 |
Color Harmonies of #E1B80B
Complementary color
Monochromatic Colors of #E1B80B
Black with #E1B80B
Text Example
Text Example
White with #E1B80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B80B; }
p { color: rgb(225,184,11); }
H1.HeaderClassName
{
color: #E1B80B;
}
.AnyTagClassName
{
color: #E1B80B;
}
</style>
background-color css
<style>
a { background-color: #E1B80B; }
a { background-color: rgb(225,184,11); }
div.DivClassName
{
background-color: #E1B80B;
}
.BgClassName
{
background-color: #E1B80B;
}
</style>
border-color css
<style>
span { border-color: #E1B80B; }
span { border-color: rgb(225,184,11); }
td.TdClassName
{
border-color: #E1B80B;
}
.TagClassName
{
border-color: #E1B80B;
}
</style>