Shades of Sunflower #E2BE0A
Tints of Sunflower #E2BE0A
RGB
CMYK
RGB Variations
Color information
#E2BE0A (or 0xE2BE0A) is known color: Sunflower. HEX triplet: E2, BE and 0A. RGB value is (226,190,10). Sum of RGB (Red+Green+Blue) = 226+190+10=426 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.05% from 426); Green value is 190 (74.61% from 255 or 44.60% from 426); Blue value is 10 (4.30% from 255 or 2.35% from 426); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BE0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2BE0A is #1D41F5. Grayscale: #B4B4B4. Windows color (decimal): -1917430 or 704226. OLE color: 704226.
HSL color Cylindrical-coordinate representation of color #E2BE0A: hue angle of 50º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E2BE0A is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 190 | 10 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.11 |
| HSL | 50º | 0.92% | 0.46% | - |
| HSV(B) | 50º | 0.96% | 0.89% | - |
| XYZ | 49.83 | 53.02 | 7.89 | - |
| YUV | 180.24 | 31.93 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 190 | 10 | 0 | 0.16 | 0.96 | 0.11 | 50 | 0.92 | 0.46 |
| Hex | E2 | BE | A | 0 | 10 | 60 | B | 32 | 5C | 2E |
| Octal | 342 | 276 | 12 | 0 | 20 | 140 | 13 | 62 | 134 | 56 |
| Binary | 11100010 | 10111110 | 1010 | 0 | 10000 | 1100000 | 1011 | 110010 | 1011100 | 101110 |
Color Harmonies of #E2BE0A
Complementary color
Monochromatic Colors of #E2BE0A
Black with #E2BE0A
Text Example
Text Example
White with #E2BE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BE0A; }
p { color: rgb(226,190,10); }
H1.HeaderClassName
{
color: #E2BE0A;
}
.AnyTagClassName
{
color: #E2BE0A;
}
</style>
background-color css
<style>
a { background-color: #E2BE0A; }
a { background-color: rgb(226,190,10); }
div.DivClassName
{
background-color: #E2BE0A;
}
.BgClassName
{
background-color: #E2BE0A;
}
</style>
border-color css
<style>
span { border-color: #E2BE0A; }
span { border-color: rgb(226,190,10); }
td.TdClassName
{
border-color: #E2BE0A;
}
.TagClassName
{
border-color: #E2BE0A;
}
</style>