Shades of Sunflower #E2B90F
Tints of Sunflower #E2B90F
RGB
CMYK
RGB Variations
Color information
#E2B90F (or 0xE2B90F) is known color: Sunflower. HEX triplet: E2, B9 and 0F. RGB value is (226,185,15). Sum of RGB (Red+Green+Blue) = 226+185+15=426 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.05% from 426); Green value is 185 (72.66% from 255 or 43.43% from 426); Blue value is 15 (6.25% from 255 or 3.52% from 426); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B90F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2B90F is #1D46F0. Grayscale: #B2B2B2. Windows color (decimal): -1918705 or 1030626. OLE color: 1030626.
HSL color Cylindrical-coordinate representation of color #E2B90F: hue angle of 48.34º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E2B90F is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 185 | 15 | - |
| CMYK | 0 | 0.18 | 0.93 | 0.11 |
| HSL | 48.34º | 0.88% | 0.47% | - |
| HSV(B) | 48.34º | 0.93% | 0.89% | - |
| XYZ | 48.8 | 50.9 | 7.7 | - |
| YUV | 177.88 | 36.08 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 185 | 15 | 0 | 0.18 | 0.93 | 0.11 | 48.34 | 0.88 | 0.47 |
| Hex | E2 | B9 | F | 0 | 12 | 5D | B | 30 | 58 | 2F |
| Octal | 342 | 271 | 17 | 0 | 22 | 135 | 13 | 60 | 130 | 57 |
| Binary | 11100010 | 10111001 | 1111 | 0 | 10010 | 1011101 | 1011 | 110000 | 1011000 | 101111 |
Color Harmonies of #E2B90F
Complementary color
Monochromatic Colors of #E2B90F
Black with #E2B90F
Text Example
Text Example
White with #E2B90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B90F; }
p { color: rgb(226,185,15); }
H1.HeaderClassName
{
color: #E2B90F;
}
.AnyTagClassName
{
color: #E2B90F;
}
</style>
background-color css
<style>
a { background-color: #E2B90F; }
a { background-color: rgb(226,185,15); }
div.DivClassName
{
background-color: #E2B90F;
}
.BgClassName
{
background-color: #E2B90F;
}
</style>
border-color css
<style>
span { border-color: #E2B90F; }
span { border-color: rgb(226,185,15); }
td.TdClassName
{
border-color: #E2B90F;
}
.TagClassName
{
border-color: #E2B90F;
}
</style>