Shades of Bright Sun #E5BA35
Tints of Bright Sun #E5BA35
RGB
CMYK
RGB Variations
Color information
#E5BA35 (or 0xE5BA35) is known color: Bright Sun. HEX triplet: E5, BA and 35. RGB value is (229,186,53). Sum of RGB (Red+Green+Blue) = 229+186+53=468 (61% of max value = 765). Red value is 229 (89.84% from 255 or 48.93% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 53 (21.09% from 255 or 11.32% from 468); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BA35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BA35 is #1A45CA. Grayscale: #B8B8B8. Windows color (decimal): -1721803 or 3521253. OLE color: 3521253.
HSL color Cylindrical-coordinate representation of color #E5BA35: hue angle of 45.34º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E5BA35 is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 186 | 53 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.10 |
| HSL | 45.34º | 0.77% | 0.55% | - |
| HSV(B) | 45.34º | 0.77% | 0.9% | - |
| XYZ | 50.51 | 52.03 | 10.75 | - |
| YUV | 183.7 | 54.25 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 186 | 53 | 0 | 0.19 | 0.77 | 0.10 | 45.34 | 0.77 | 0.55 |
| Hex | E5 | BA | 35 | 0 | 13 | 4D | A | 2D | 4D | 37 |
| Octal | 345 | 272 | 65 | 0 | 23 | 115 | 12 | 55 | 115 | 67 |
| Binary | 11100101 | 10111010 | 110101 | 0 | 10011 | 1001101 | 1010 | 101101 | 1001101 | 110111 |
Color Harmonies of #E5BA35
Complementary color
Monochromatic Colors of #E5BA35
Black with #E5BA35
Text Example
Text Example
White with #E5BA35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BA35; }
p { color: rgb(229,186,53); }
H1.HeaderClassName
{
color: #E5BA35;
}
.AnyTagClassName
{
color: #E5BA35;
}
</style>
background-color css
<style>
a { background-color: #E5BA35; }
a { background-color: rgb(229,186,53); }
div.DivClassName
{
background-color: #E5BA35;
}
.BgClassName
{
background-color: #E5BA35;
}
</style>
border-color css
<style>
span { border-color: #E5BA35; }
span { border-color: rgb(229,186,53); }
td.TdClassName
{
border-color: #E5BA35;
}
.TagClassName
{
border-color: #E5BA35;
}
</style>