Shades of Bright Sun #E5BA2F
Tints of Bright Sun #E5BA2F
RGB
CMYK
RGB Variations
Color information
#E5BA2F (or 0xE5BA2F) is known color: Bright Sun. HEX triplet: E5, BA and 2F. RGB value is (229,186,47). Sum of RGB (Red+Green+Blue) = 229+186+47=462 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.57% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 47 (18.75% from 255 or 10.17% from 462); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BA2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BA2F is #1A45D0. Grayscale: #B7B7B7. Windows color (decimal): -1721809 or 3128037. OLE color: 3128037.
HSL color Cylindrical-coordinate representation of color #E5BA2F: hue angle of 45.82º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E5BA2F is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 186 | 47 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.10 |
| HSL | 45.82º | 0.78% | 0.54% | - |
| HSV(B) | 45.82º | 0.79% | 0.9% | - |
| XYZ | 50.39 | 51.98 | 10.07 | - |
| YUV | 183.01 | 51.25 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 186 | 47 | 0 | 0.19 | 0.79 | 0.10 | 45.82 | 0.78 | 0.54 |
| Hex | E5 | BA | 2F | 0 | 13 | 4F | A | 2E | 4E | 36 |
| Octal | 345 | 272 | 57 | 0 | 23 | 117 | 12 | 56 | 116 | 66 |
| Binary | 11100101 | 10111010 | 101111 | 0 | 10011 | 1001111 | 1010 | 101110 | 1001110 | 110110 |
Color Harmonies of #E5BA2F
Complementary color
Monochromatic Colors of #E5BA2F
Black with #E5BA2F
Text Example
Text Example
White with #E5BA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BA2F; }
p { color: rgb(229,186,47); }
H1.HeaderClassName
{
color: #E5BA2F;
}
.AnyTagClassName
{
color: #E5BA2F;
}
</style>
background-color css
<style>
a { background-color: #E5BA2F; }
a { background-color: rgb(229,186,47); }
div.DivClassName
{
background-color: #E5BA2F;
}
.BgClassName
{
background-color: #E5BA2F;
}
</style>
border-color css
<style>
span { border-color: #E5BA2F; }
span { border-color: rgb(229,186,47); }
td.TdClassName
{
border-color: #E5BA2F;
}
.TagClassName
{
border-color: #E5BA2F;
}
</style>