Shades of Sunflower #E5BE1A
Tints of Sunflower #E5BE1A
RGB
CMYK
RGB Variations
Color information
#E5BE1A (or 0xE5BE1A) is known color: Sunflower. HEX triplet: E5, BE and 1A. RGB value is (229,190,26). Sum of RGB (Red+Green+Blue) = 229+190+26=445 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.46% from 445); Green value is 190 (74.61% from 255 or 42.70% from 445); Blue value is 26 (10.55% from 255 or 5.84% from 445); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BE1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BE1A is #1A41E5. Grayscale: #B7B7B7. Windows color (decimal): -1720806 or 1752805. OLE color: 1752805.
HSL color Cylindrical-coordinate representation of color #E5BE1A: hue angle of 48.47º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E5BE1A is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 190 | 26 | - |
| CMYK | 0 | 0.17 | 0.89 | 0.10 |
| HSL | 48.47º | 0.8% | 0.5% | - |
| HSV(B) | 48.47º | 0.89% | 0.9% | - |
| XYZ | 50.91 | 53.56 | 8.63 | - |
| YUV | 182.97 | 39.42 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 190 | 26 | 0 | 0.17 | 0.89 | 0.10 | 48.47 | 0.8 | 0.5 |
| Hex | E5 | BE | 1A | 0 | 11 | 59 | A | 30 | 50 | 32 |
| Octal | 345 | 276 | 32 | 0 | 21 | 131 | 12 | 60 | 120 | 62 |
| Binary | 11100101 | 10111110 | 11010 | 0 | 10001 | 1011001 | 1010 | 110000 | 1010000 | 110010 |
Color Harmonies of #E5BE1A
Complementary color
Monochromatic Colors of #E5BE1A
Black with #E5BE1A
Text Example
Text Example
White with #E5BE1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BE1A; }
p { color: rgb(229,190,26); }
H1.HeaderClassName
{
color: #E5BE1A;
}
.AnyTagClassName
{
color: #E5BE1A;
}
</style>
background-color css
<style>
a { background-color: #E5BE1A; }
a { background-color: rgb(229,190,26); }
div.DivClassName
{
background-color: #E5BE1A;
}
.BgClassName
{
background-color: #E5BE1A;
}
</style>
border-color css
<style>
span { border-color: #E5BE1A; }
span { border-color: rgb(229,190,26); }
td.TdClassName
{
border-color: #E5BE1A;
}
.TagClassName
{
border-color: #E5BE1A;
}
</style>