Shades of Sunflower #E2BF1A
Tints of Sunflower #E2BF1A
RGB
CMYK
RGB Variations
Color information
#E2BF1A (or 0xE2BF1A) is known color: Sunflower. HEX triplet: E2, BF and 1A. RGB value is (226,191,26). Sum of RGB (Red+Green+Blue) = 226+191+26=443 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.02% from 443); Green value is 191 (75% from 255 or 43.12% from 443); Blue value is 26 (10.55% from 255 or 5.87% from 443); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BF1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2BF1A is #1D40E5. Grayscale: #B7B7B7. Windows color (decimal): -1917158 or 1753058. OLE color: 1753058.
HSL color Cylindrical-coordinate representation of color #E2BF1A: hue angle of 49.5º 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 #E2BF1A is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 191 | 26 | - |
| CMYK | 0 | 0.15 | 0.88 | 0.11 |
| HSL | 49.5º | 0.79% | 0.49% | - |
| HSV(B) | 49.5º | 0.88% | 0.89% | - |
| XYZ | 50.18 | 53.5 | 8.66 | - |
| YUV | 182.66 | 39.6 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 191 | 26 | 0 | 0.15 | 0.88 | 0.11 | 49.5 | 0.79 | 0.49 |
| Hex | E2 | BF | 1A | 0 | F | 58 | B | 32 | 4F | 31 |
| Octal | 342 | 277 | 32 | 0 | 17 | 130 | 13 | 62 | 117 | 61 |
| Binary | 11100010 | 10111111 | 11010 | 0 | 1111 | 1011000 | 1011 | 110010 | 1001111 | 110001 |
Color Harmonies of #E2BF1A
Complementary color
Monochromatic Colors of #E2BF1A
Black with #E2BF1A
Text Example
Text Example
White with #E2BF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BF1A; }
p { color: rgb(226,191,26); }
H1.HeaderClassName
{
color: #E2BF1A;
}
.AnyTagClassName
{
color: #E2BF1A;
}
</style>
background-color css
<style>
a { background-color: #E2BF1A; }
a { background-color: rgb(226,191,26); }
div.DivClassName
{
background-color: #E2BF1A;
}
.BgClassName
{
background-color: #E2BF1A;
}
</style>
border-color css
<style>
span { border-color: #E2BF1A; }
span { border-color: rgb(226,191,26); }
td.TdClassName
{
border-color: #E2BF1A;
}
.TagClassName
{
border-color: #E2BF1A;
}
</style>