Shades of Bright Sun #E5B932
Tints of Bright Sun #E5B932
RGB
CMYK
RGB Variations
Color information
#E5B932 (or 0xE5B932) is known color: Bright Sun. HEX triplet: E5, B9 and 32. RGB value is (229,185,50). Sum of RGB (Red+Green+Blue) = 229+185+50=464 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.35% from 464); Green value is 185 (72.66% from 255 or 39.87% from 464); Blue value is 50 (19.92% from 255 or 10.78% from 464); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B932 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5B932 is #1A46CD. Grayscale: #B7B7B7. Windows color (decimal): -1722062 or 3324389. OLE color: 3324389.
HSL color Cylindrical-coordinate representation of color #E5B932: hue angle of 45.25º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E5B932 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 185 | 50 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.10 |
| HSL | 45.25º | 0.77% | 0.55% | - |
| HSV(B) | 45.25º | 0.78% | 0.9% | - |
| XYZ | 50.24 | 51.59 | 10.33 | - |
| YUV | 182.77 | 53.08 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 185 | 50 | 0 | 0.19 | 0.78 | 0.10 | 45.25 | 0.77 | 0.55 |
| Hex | E5 | B9 | 32 | 0 | 13 | 4E | A | 2D | 4D | 37 |
| Octal | 345 | 271 | 62 | 0 | 23 | 116 | 12 | 55 | 115 | 67 |
| Binary | 11100101 | 10111001 | 110010 | 0 | 10011 | 1001110 | 1010 | 101101 | 1001101 | 110111 |
Color Harmonies of #E5B932
Complementary color
Monochromatic Colors of #E5B932
Black with #E5B932
Text Example
Text Example
White with #E5B932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B932; }
p { color: rgb(229,185,50); }
H1.HeaderClassName
{
color: #E5B932;
}
.AnyTagClassName
{
color: #E5B932;
}
</style>
background-color css
<style>
a { background-color: #E5B932; }
a { background-color: rgb(229,185,50); }
div.DivClassName
{
background-color: #E5B932;
}
.BgClassName
{
background-color: #E5B932;
}
</style>
border-color css
<style>
span { border-color: #E5B932; }
span { border-color: rgb(229,185,50); }
td.TdClassName
{
border-color: #E5B932;
}
.TagClassName
{
border-color: #E5B932;
}
</style>