Shades of Bright Sun #E9BA25
Tints of Bright Sun #E9BA25
RGB
CMYK
RGB Variations
Color information
#E9BA25 (or 0xE9BA25) is known color: Bright Sun. HEX triplet: E9, BA and 25. RGB value is (233,186,37). Sum of RGB (Red+Green+Blue) = 233+186+37=456 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.10% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 37 (14.84% from 255 or 8.11% from 456); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BA25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9BA25 is #1645DA. Grayscale: #B7B7B7. Windows color (decimal): -1459675 or 2472681. OLE color: 2472681.
HSL color Cylindrical-coordinate representation of color #E9BA25: hue angle of 45.61º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E9BA25 is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 186 | 37 | - |
| CMYK | 0 | 0.20 | 0.84 | 0.09 |
| HSL | 45.61º | 0.82% | 0.53% | - |
| HSV(B) | 45.61º | 0.84% | 0.91% | - |
| XYZ | 51.5 | 52.58 | 9.18 | - |
| YUV | 183.07 | 45.57 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 186 | 37 | 0 | 0.20 | 0.84 | 0.09 | 45.61 | 0.82 | 0.53 |
| Hex | E9 | BA | 25 | 0 | 14 | 54 | 9 | 2E | 52 | 35 |
| Octal | 351 | 272 | 45 | 0 | 24 | 124 | 11 | 56 | 122 | 65 |
| Binary | 11101001 | 10111010 | 100101 | 0 | 10100 | 1010100 | 1001 | 101110 | 1010010 | 110101 |
Color Harmonies of #E9BA25
Complementary color
Monochromatic Colors of #E9BA25
Black with #E9BA25
Text Example
Text Example
White with #E9BA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BA25; }
p { color: rgb(233,186,37); }
H1.HeaderClassName
{
color: #E9BA25;
}
.AnyTagClassName
{
color: #E9BA25;
}
</style>
background-color css
<style>
a { background-color: #E9BA25; }
a { background-color: rgb(233,186,37); }
div.DivClassName
{
background-color: #E9BA25;
}
.BgClassName
{
background-color: #E9BA25;
}
</style>
border-color css
<style>
span { border-color: #E9BA25; }
span { border-color: rgb(233,186,37); }
td.TdClassName
{
border-color: #E9BA25;
}
.TagClassName
{
border-color: #E9BA25;
}
</style>