Shades of Sunflower #E2BE1B
Tints of Sunflower #E2BE1B
RGB
CMYK
RGB Variations
Color information
#E2BE1B (or 0xE2BE1B) is known color: Sunflower. HEX triplet: E2, BE and 1B. RGB value is (226,190,27). Sum of RGB (Red+Green+Blue) = 226+190+27=443 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.02% from 443); Green value is 190 (74.61% from 255 or 42.89% from 443); Blue value is 27 (10.94% from 255 or 6.09% from 443); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BE1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2BE1B is #1D41E4. Grayscale: #B6B6B6. Windows color (decimal): -1917413 or 1818338. OLE color: 1818338.
HSL color Cylindrical-coordinate representation of color #E2BE1B: hue angle of 49.15º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2BE1B is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 190 | 27 | - |
| CMYK | 0 | 0.16 | 0.88 | 0.11 |
| HSL | 49.15º | 0.79% | 0.5% | - |
| HSV(B) | 49.15º | 0.88% | 0.89% | - |
| XYZ | 49.98 | 53.07 | 8.65 | - |
| YUV | 182.18 | 40.43 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 190 | 27 | 0 | 0.16 | 0.88 | 0.11 | 49.15 | 0.79 | 0.5 |
| Hex | E2 | BE | 1B | 0 | 10 | 58 | B | 31 | 4F | 32 |
| Octal | 342 | 276 | 33 | 0 | 20 | 130 | 13 | 61 | 117 | 62 |
| Binary | 11100010 | 10111110 | 11011 | 0 | 10000 | 1011000 | 1011 | 110001 | 1001111 | 110010 |
Color Harmonies of #E2BE1B
Complementary color
Monochromatic Colors of #E2BE1B
Black with #E2BE1B
Text Example
Text Example
White with #E2BE1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BE1B; }
p { color: rgb(226,190,27); }
H1.HeaderClassName
{
color: #E2BE1B;
}
.AnyTagClassName
{
color: #E2BE1B;
}
</style>
background-color css
<style>
a { background-color: #E2BE1B; }
a { background-color: rgb(226,190,27); }
div.DivClassName
{
background-color: #E2BE1B;
}
.BgClassName
{
background-color: #E2BE1B;
}
</style>
border-color css
<style>
span { border-color: #E2BE1B; }
span { border-color: rgb(226,190,27); }
td.TdClassName
{
border-color: #E2BE1B;
}
.TagClassName
{
border-color: #E2BE1B;
}
</style>