Shades of Bright Sun #E2BA30
Tints of Bright Sun #E2BA30
RGB
CMYK
RGB Variations
Color information
#E2BA30 (or 0xE2BA30) is known color: Bright Sun. HEX triplet: E2, BA and 30. RGB value is (226,186,48). Sum of RGB (Red+Green+Blue) = 226+186+48=460 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.13% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 48 (19.14% from 255 or 10.43% from 460); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BA30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2BA30 is #1D45CF. Grayscale: #B6B6B6. Windows color (decimal): -1918416 or 3193570. OLE color: 3193570.
HSL color Cylindrical-coordinate representation of color #E2BA30: hue angle of 46.52º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E2BA30 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 186 | 48 | - |
| CMYK | 0 | 0.18 | 0.79 | 0.11 |
| HSL | 46.52º | 0.75% | 0.54% | - |
| HSV(B) | 46.52º | 0.79% | 0.89% | - |
| XYZ | 49.46 | 51.5 | 10.13 | - |
| YUV | 182.23 | 52.25 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 186 | 48 | 0 | 0.18 | 0.79 | 0.11 | 46.52 | 0.75 | 0.54 |
| Hex | E2 | BA | 30 | 0 | 12 | 4F | B | 2F | 4B | 36 |
| Octal | 342 | 272 | 60 | 0 | 22 | 117 | 13 | 57 | 113 | 66 |
| Binary | 11100010 | 10111010 | 110000 | 0 | 10010 | 1001111 | 1011 | 101111 | 1001011 | 110110 |
Color Harmonies of #E2BA30
Complementary color
Monochromatic Colors of #E2BA30
Black with #E2BA30
Text Example
Text Example
White with #E2BA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BA30; }
p { color: rgb(226,186,48); }
H1.HeaderClassName
{
color: #E2BA30;
}
.AnyTagClassName
{
color: #E2BA30;
}
</style>
background-color css
<style>
a { background-color: #E2BA30; }
a { background-color: rgb(226,186,48); }
div.DivClassName
{
background-color: #E2BA30;
}
.BgClassName
{
background-color: #E2BA30;
}
</style>
border-color css
<style>
span { border-color: #E2BA30; }
span { border-color: rgb(226,186,48); }
td.TdClassName
{
border-color: #E2BA30;
}
.TagClassName
{
border-color: #E2BA30;
}
</style>