Shades of Sunflower #E2B71A
Tints of Sunflower #E2B71A
RGB
CMYK
RGB Variations
Color information
#E2B71A (or 0xE2B71A) is known color: Sunflower. HEX triplet: E2, B7 and 1A. RGB value is (226,183,26). Sum of RGB (Red+Green+Blue) = 226+183+26=435 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.95% from 435); Green value is 183 (71.88% from 255 or 42.07% from 435); Blue value is 26 (10.55% from 255 or 5.98% from 435); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B71A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2B71A is #1D48E5. Grayscale: #B2B2B2. Windows color (decimal): -1919206 or 1751010. OLE color: 1751010.
HSL color Cylindrical-coordinate representation of color #E2B71A: hue angle of 47.1º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2B71A is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 183 | 26 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.11 |
| HSL | 47.1º | 0.79% | 0.49% | - |
| HSV(B) | 47.1º | 0.88% | 0.89% | - |
| XYZ | 48.48 | 50.11 | 8.09 | - |
| YUV | 177.96 | 42.25 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 183 | 26 | 0 | 0.19 | 0.88 | 0.11 | 47.1 | 0.79 | 0.49 |
| Hex | E2 | B7 | 1A | 0 | 13 | 58 | B | 2F | 4F | 31 |
| Octal | 342 | 267 | 32 | 0 | 23 | 130 | 13 | 57 | 117 | 61 |
| Binary | 11100010 | 10110111 | 11010 | 0 | 10011 | 1011000 | 1011 | 101111 | 1001111 | 110001 |
Color Harmonies of #E2B71A
Complementary color
Monochromatic Colors of #E2B71A
Black with #E2B71A
Text Example
Text Example
White with #E2B71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B71A; }
p { color: rgb(226,183,26); }
H1.HeaderClassName
{
color: #E2B71A;
}
.AnyTagClassName
{
color: #E2B71A;
}
</style>
background-color css
<style>
a { background-color: #E2B71A; }
a { background-color: rgb(226,183,26); }
div.DivClassName
{
background-color: #E2B71A;
}
.BgClassName
{
background-color: #E2B71A;
}
</style>
border-color css
<style>
span { border-color: #E2B71A; }
span { border-color: rgb(226,183,26); }
td.TdClassName
{
border-color: #E2B71A;
}
.TagClassName
{
border-color: #E2B71A;
}
</style>