Shades of Bright Sun #E4BC3A
Tints of Bright Sun #E4BC3A
RGB
CMYK
RGB Variations
Color information
#E4BC3A (or 0xE4BC3A) is known color: Bright Sun. HEX triplet: E4, BC and 3A. RGB value is (228,188,58). Sum of RGB (Red+Green+Blue) = 228+188+58=474 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.10% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 58 (23.05% from 255 or 12.24% from 474); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BC3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4BC3A is #1B43C5. Grayscale: #B9B9B9. Windows color (decimal): -1786822 or 3849444. OLE color: 3849444.
HSL color Cylindrical-coordinate representation of color #E4BC3A: hue angle of 45.88º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E4BC3A is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 188 | 58 | - |
| CMYK | 0 | 0.18 | 0.75 | 0.11 |
| HSL | 45.88º | 0.76% | 0.56% | - |
| HSV(B) | 45.88º | 0.75% | 0.89% | - |
| XYZ | 50.74 | 52.77 | 11.51 | - |
| YUV | 185.14 | 56.25 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 188 | 58 | 0 | 0.18 | 0.75 | 0.11 | 45.88 | 0.76 | 0.56 |
| Hex | E4 | BC | 3A | 0 | 12 | 4B | B | 2E | 4C | 38 |
| Octal | 344 | 274 | 72 | 0 | 22 | 113 | 13 | 56 | 114 | 70 |
| Binary | 11100100 | 10111100 | 111010 | 0 | 10010 | 1001011 | 1011 | 101110 | 1001100 | 111000 |
Color Harmonies of #E4BC3A
Complementary color
Monochromatic Colors of #E4BC3A
Black with #E4BC3A
Text Example
Text Example
White with #E4BC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BC3A; }
p { color: rgb(228,188,58); }
H1.HeaderClassName
{
color: #E4BC3A;
}
.AnyTagClassName
{
color: #E4BC3A;
}
</style>
background-color css
<style>
a { background-color: #E4BC3A; }
a { background-color: rgb(228,188,58); }
div.DivClassName
{
background-color: #E4BC3A;
}
.BgClassName
{
background-color: #E4BC3A;
}
</style>
border-color css
<style>
span { border-color: #E4BC3A; }
span { border-color: rgb(228,188,58); }
td.TdClassName
{
border-color: #E4BC3A;
}
.TagClassName
{
border-color: #E4BC3A;
}
</style>