Shades of Bright Sun #E8BC2E
Tints of Bright Sun #E8BC2E
RGB
CMYK
RGB Variations
Color information
#E8BC2E (or 0xE8BC2E) is known color: Bright Sun. HEX triplet: E8, BC and 2E. RGB value is (232,188,46). Sum of RGB (Red+Green+Blue) = 232+188+46=466 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.79% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 46 (18.36% from 255 or 9.87% from 466); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BC2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8BC2E is #1743D1. Grayscale: #B9B9B9. Windows color (decimal): -1524690 or 3063016. OLE color: 3063016.
HSL color Cylindrical-coordinate representation of color #E8BC2E: hue angle of 45.81º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E8BC2E is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 188 | 46 | - |
| CMYK | 0 | 0.19 | 0.80 | 0.09 |
| HSL | 45.81º | 0.8% | 0.55% | - |
| HSV(B) | 45.81º | 0.8% | 0.91% | - |
| XYZ | 51.76 | 53.32 | 10.15 | - |
| YUV | 184.97 | 49.58 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 188 | 46 | 0 | 0.19 | 0.80 | 0.09 | 45.81 | 0.8 | 0.55 |
| Hex | E8 | BC | 2E | 0 | 13 | 50 | 9 | 2E | 50 | 37 |
| Octal | 350 | 274 | 56 | 0 | 23 | 120 | 11 | 56 | 120 | 67 |
| Binary | 11101000 | 10111100 | 101110 | 0 | 10011 | 1010000 | 1001 | 101110 | 1010000 | 110111 |
Color Harmonies of #E8BC2E
Complementary color
Monochromatic Colors of #E8BC2E
Black with #E8BC2E
Text Example
Text Example
White with #E8BC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BC2E; }
p { color: rgb(232,188,46); }
H1.HeaderClassName
{
color: #E8BC2E;
}
.AnyTagClassName
{
color: #E8BC2E;
}
</style>
background-color css
<style>
a { background-color: #E8BC2E; }
a { background-color: rgb(232,188,46); }
div.DivClassName
{
background-color: #E8BC2E;
}
.BgClassName
{
background-color: #E8BC2E;
}
</style>
border-color css
<style>
span { border-color: #E8BC2E; }
span { border-color: rgb(232,188,46); }
td.TdClassName
{
border-color: #E8BC2E;
}
.TagClassName
{
border-color: #E8BC2E;
}
</style>