Shades of Bright Sun #E5BC35
Tints of Bright Sun #E5BC35
RGB
CMYK
RGB Variations
Color information
#E5BC35 (or 0xE5BC35) is known color: Bright Sun. HEX triplet: E5, BC and 35. RGB value is (229,188,53). Sum of RGB (Red+Green+Blue) = 229+188+53=470 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.72% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 53 (21.09% from 255 or 11.28% from 470); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BC35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BC35 is #1A43CA. Grayscale: #B9B9B9. Windows color (decimal): -1721291 or 3521765. OLE color: 3521765.
HSL color Cylindrical-coordinate representation of color #E5BC35: hue angle of 46.02º 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 #E5BC35 is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 188 | 53 | - |
| CMYK | 0 | 0.18 | 0.77 | 0.10 |
| HSL | 46.02º | 0.77% | 0.55% | - |
| HSV(B) | 46.02º | 0.77% | 0.9% | - |
| XYZ | 50.94 | 52.88 | 10.89 | - |
| YUV | 184.87 | 53.58 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 188 | 53 | 0 | 0.18 | 0.77 | 0.10 | 46.02 | 0.77 | 0.55 |
| Hex | E5 | BC | 35 | 0 | 12 | 4D | A | 2E | 4D | 37 |
| Octal | 345 | 274 | 65 | 0 | 22 | 115 | 12 | 56 | 115 | 67 |
| Binary | 11100101 | 10111100 | 110101 | 0 | 10010 | 1001101 | 1010 | 101110 | 1001101 | 110111 |
Color Harmonies of #E5BC35
Complementary color
Monochromatic Colors of #E5BC35
Black with #E5BC35
Text Example
Text Example
White with #E5BC35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BC35; }
p { color: rgb(229,188,53); }
H1.HeaderClassName
{
color: #E5BC35;
}
.AnyTagClassName
{
color: #E5BC35;
}
</style>
background-color css
<style>
a { background-color: #E5BC35; }
a { background-color: rgb(229,188,53); }
div.DivClassName
{
background-color: #E5BC35;
}
.BgClassName
{
background-color: #E5BC35;
}
</style>
border-color css
<style>
span { border-color: #E5BC35; }
span { border-color: rgb(229,188,53); }
td.TdClassName
{
border-color: #E5BC35;
}
.TagClassName
{
border-color: #E5BC35;
}
</style>