Shades of Bright Sun #E8BC3A
Tints of Bright Sun #E8BC3A
RGB
CMYK
RGB Variations
Color information
#E8BC3A (or 0xE8BC3A) is known color: Bright Sun. HEX triplet: E8, BC and 3A. RGB value is (232,188,58). Sum of RGB (Red+Green+Blue) = 232+188+58=478 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.54% from 478); Green value is 188 (73.83% from 255 or 39.33% from 478); Blue value is 58 (23.05% from 255 or 12.13% from 478); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BC3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8BC3A is #1743C5. Grayscale: #BABABA. Windows color (decimal): -1524678 or 3849448. OLE color: 3849448.
HSL color Cylindrical-coordinate representation of color #E8BC3A: hue angle of 44.83º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E8BC3A is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 188 | 58 | - |
| CMYK | 0 | 0.19 | 0.75 | 0.09 |
| HSL | 44.83º | 0.79% | 0.57% | - |
| HSV(B) | 44.83º | 0.75% | 0.91% | - |
| XYZ | 52.03 | 53.43 | 11.57 | - |
| YUV | 186.34 | 55.58 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 188 | 58 | 0 | 0.19 | 0.75 | 0.09 | 44.83 | 0.79 | 0.57 |
| Hex | E8 | BC | 3A | 0 | 13 | 4B | 9 | 2D | 4F | 39 |
| Octal | 350 | 274 | 72 | 0 | 23 | 113 | 11 | 55 | 117 | 71 |
| Binary | 11101000 | 10111100 | 111010 | 0 | 10011 | 1001011 | 1001 | 101101 | 1001111 | 111001 |
Color Harmonies of #E8BC3A
Complementary color
Monochromatic Colors of #E8BC3A
Black with #E8BC3A
Text Example
Text Example
White with #E8BC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BC3A; }
p { color: rgb(232,188,58); }
H1.HeaderClassName
{
color: #E8BC3A;
}
.AnyTagClassName
{
color: #E8BC3A;
}
</style>
background-color css
<style>
a { background-color: #E8BC3A; }
a { background-color: rgb(232,188,58); }
div.DivClassName
{
background-color: #E8BC3A;
}
.BgClassName
{
background-color: #E8BC3A;
}
</style>
border-color css
<style>
span { border-color: #E8BC3A; }
span { border-color: rgb(232,188,58); }
td.TdClassName
{
border-color: #E8BC3A;
}
.TagClassName
{
border-color: #E8BC3A;
}
</style>