Shades of Bright Sun #E4BA2A
Tints of Bright Sun #E4BA2A
RGB
CMYK
RGB Variations
Color information
#E4BA2A (or 0xE4BA2A) is known color: Bright Sun. HEX triplet: E4, BA and 2A. RGB value is (228,186,42). Sum of RGB (Red+Green+Blue) = 228+186+42=456 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 42 (16.80% from 255 or 9.21% from 456); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BA2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4BA2A is #1B45D5. Grayscale: #B6B6B6. Windows color (decimal): -1787350 or 2800356. OLE color: 2800356.
HSL color Cylindrical-coordinate representation of color #E4BA2A: hue angle of 46.45º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E4BA2A is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 186 | 42 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.11 |
| HSL | 46.45º | 0.78% | 0.53% | - |
| HSV(B) | 46.45º | 0.82% | 0.89% | - |
| XYZ | 49.97 | 51.78 | 9.55 | - |
| YUV | 182.14 | 48.91 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 186 | 42 | 0 | 0.18 | 0.82 | 0.11 | 46.45 | 0.78 | 0.53 |
| Hex | E4 | BA | 2A | 0 | 12 | 52 | B | 2E | 4E | 35 |
| Octal | 344 | 272 | 52 | 0 | 22 | 122 | 13 | 56 | 116 | 65 |
| Binary | 11100100 | 10111010 | 101010 | 0 | 10010 | 1010010 | 1011 | 101110 | 1001110 | 110101 |
Color Harmonies of #E4BA2A
Complementary color
Monochromatic Colors of #E4BA2A
Black with #E4BA2A
Text Example
Text Example
White with #E4BA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BA2A; }
p { color: rgb(228,186,42); }
H1.HeaderClassName
{
color: #E4BA2A;
}
.AnyTagClassName
{
color: #E4BA2A;
}
</style>
background-color css
<style>
a { background-color: #E4BA2A; }
a { background-color: rgb(228,186,42); }
div.DivClassName
{
background-color: #E4BA2A;
}
.BgClassName
{
background-color: #E4BA2A;
}
</style>
border-color css
<style>
span { border-color: #E4BA2A; }
span { border-color: rgb(228,186,42); }
td.TdClassName
{
border-color: #E4BA2A;
}
.TagClassName
{
border-color: #E4BA2A;
}
</style>