Shades of Sunflower #E2B70B
Tints of Sunflower #E2B70B
RGB
CMYK
RGB Variations
Color information
#E2B70B (or 0xE2B70B) is known color: Sunflower. HEX triplet: E2, B7 and 0B. RGB value is (226,183,11). Sum of RGB (Red+Green+Blue) = 226+183+11=420 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.81% from 420); Green value is 183 (71.88% from 255 or 43.57% from 420); Blue value is 11 (4.69% from 255 or 2.62% from 420); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B70B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2B70B is #1D48F4. Grayscale: #B0B0B0. Windows color (decimal): -1919221 or 767970. OLE color: 767970.
HSL color Cylindrical-coordinate representation of color #E2B70B: hue angle of 48º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E2B70B is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 183 | 11 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.11 |
| HSL | 48º | 0.91% | 0.46% | - |
| HSV(B) | 48º | 0.95% | 0.89% | - |
| XYZ | 48.36 | 50.06 | 7.43 | - |
| YUV | 176.25 | 34.75 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 183 | 11 | 0 | 0.19 | 0.95 | 0.11 | 48 | 0.91 | 0.46 |
| Hex | E2 | B7 | B | 0 | 13 | 5F | B | 30 | 5B | 2E |
| Octal | 342 | 267 | 13 | 0 | 23 | 137 | 13 | 60 | 133 | 56 |
| Binary | 11100010 | 10110111 | 1011 | 0 | 10011 | 1011111 | 1011 | 110000 | 1011011 | 101110 |
Color Harmonies of #E2B70B
Complementary color
Monochromatic Colors of #E2B70B
Black with #E2B70B
Text Example
Text Example
White with #E2B70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B70B; }
p { color: rgb(226,183,11); }
H1.HeaderClassName
{
color: #E2B70B;
}
.AnyTagClassName
{
color: #E2B70B;
}
</style>
background-color css
<style>
a { background-color: #E2B70B; }
a { background-color: rgb(226,183,11); }
div.DivClassName
{
background-color: #E2B70B;
}
.BgClassName
{
background-color: #E2B70B;
}
</style>
border-color css
<style>
span { border-color: #E2B70B; }
span { border-color: rgb(226,183,11); }
td.TdClassName
{
border-color: #E2B70B;
}
.TagClassName
{
border-color: #E2B70B;
}
</style>