Shades of Bright Sun #E5BC2B
Tints of Bright Sun #E5BC2B
RGB
CMYK
RGB Variations
Color information
#E5BC2B (or 0xE5BC2B) is known color: Bright Sun. HEX triplet: E5, BC and 2B. RGB value is (229,188,43). Sum of RGB (Red+Green+Blue) = 229+188+43=460 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.78% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 43 (17.19% from 255 or 9.35% from 460); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BC2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BC2B is #1A43D4. Grayscale: #B8B8B8. Windows color (decimal): -1721301 or 2866405. OLE color: 2866405.
HSL color Cylindrical-coordinate representation of color #E5BC2B: hue angle of 46.77º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E5BC2B is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 188 | 43 | - |
| CMYK | 0 | 0.18 | 0.81 | 0.10 |
| HSL | 46.77º | 0.78% | 0.53% | - |
| HSV(B) | 46.77º | 0.81% | 0.9% | - |
| XYZ | 50.73 | 52.8 | 9.8 | - |
| YUV | 183.73 | 48.58 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 188 | 43 | 0 | 0.18 | 0.81 | 0.10 | 46.77 | 0.78 | 0.53 |
| Hex | E5 | BC | 2B | 0 | 12 | 51 | A | 2F | 4E | 35 |
| Octal | 345 | 274 | 53 | 0 | 22 | 121 | 12 | 57 | 116 | 65 |
| Binary | 11100101 | 10111100 | 101011 | 0 | 10010 | 1010001 | 1010 | 101111 | 1001110 | 110101 |
Color Harmonies of #E5BC2B
Complementary color
Monochromatic Colors of #E5BC2B
Black with #E5BC2B
Text Example
Text Example
White with #E5BC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BC2B; }
p { color: rgb(229,188,43); }
H1.HeaderClassName
{
color: #E5BC2B;
}
.AnyTagClassName
{
color: #E5BC2B;
}
</style>
background-color css
<style>
a { background-color: #E5BC2B; }
a { background-color: rgb(229,188,43); }
div.DivClassName
{
background-color: #E5BC2B;
}
.BgClassName
{
background-color: #E5BC2B;
}
</style>
border-color css
<style>
span { border-color: #E5BC2B; }
span { border-color: rgb(229,188,43); }
td.TdClassName
{
border-color: #E5BC2B;
}
.TagClassName
{
border-color: #E5BC2B;
}
</style>