Shades of Sunflower #E1B80F
Tints of Sunflower #E1B80F
RGB
CMYK
RGB Variations
Color information
#E1B80F (or 0xE1B80F) is known color: Sunflower. HEX triplet: E1, B8 and 0F. RGB value is (225,184,15). Sum of RGB (Red+Green+Blue) = 225+184+15=424 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.07% from 424); Green value is 184 (72.27% from 255 or 43.40% from 424); Blue value is 15 (6.25% from 255 or 3.54% from 424); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B80F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1B80F is #1E47F0. Grayscale: #B1B1B1. Windows color (decimal): -1984497 or 1030369. OLE color: 1030369.
HSL color Cylindrical-coordinate representation of color #E1B80F: hue angle of 48.29º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E1B80F is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 184 | 15 | - |
| CMYK | 0 | 0.18 | 0.93 | 0.12 |
| HSL | 48.29º | 0.88% | 0.47% | - |
| HSV(B) | 48.29º | 0.93% | 0.88% | - |
| XYZ | 48.28 | 50.32 | 7.62 | - |
| YUV | 176.99 | 36.58 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 184 | 15 | 0 | 0.18 | 0.93 | 0.12 | 48.29 | 0.88 | 0.47 |
| Hex | E1 | B8 | F | 0 | 12 | 5D | C | 30 | 58 | 2F |
| Octal | 341 | 270 | 17 | 0 | 22 | 135 | 14 | 60 | 130 | 57 |
| Binary | 11100001 | 10111000 | 1111 | 0 | 10010 | 1011101 | 1100 | 110000 | 1011000 | 101111 |
Color Harmonies of #E1B80F
Complementary color
Monochromatic Colors of #E1B80F
Black with #E1B80F
Text Example
Text Example
White with #E1B80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B80F; }
p { color: rgb(225,184,15); }
H1.HeaderClassName
{
color: #E1B80F;
}
.AnyTagClassName
{
color: #E1B80F;
}
</style>
background-color css
<style>
a { background-color: #E1B80F; }
a { background-color: rgb(225,184,15); }
div.DivClassName
{
background-color: #E1B80F;
}
.BgClassName
{
background-color: #E1B80F;
}
</style>
border-color css
<style>
span { border-color: #E1B80F; }
span { border-color: rgb(225,184,15); }
td.TdClassName
{
border-color: #E1B80F;
}
.TagClassName
{
border-color: #E1B80F;
}
</style>