Shades of Bright Sun #EEBA25
Tints of Bright Sun #EEBA25
RGB
CMYK
RGB Variations
Color information
#EEBA25 (or 0xEEBA25) is known color: Bright Sun. HEX triplet: EE, BA and 25. RGB value is (238,186,37). Sum of RGB (Red+Green+Blue) = 238+186+37=461 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.63% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 37 (14.84% from 255 or 8.03% from 461); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBA25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBA25 is #1145DA. Grayscale: #B9B9B9. Windows color (decimal): -1131995 or 2472686. OLE color: 2472686.
HSL color Cylindrical-coordinate representation of color #EEBA25: hue angle of 44.48º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EEBA25 is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 37 | - |
| CMYK | 0 | 0.22 | 0.84 | 0.07 |
| HSL | 44.48º | 0.86% | 0.54% | - |
| HSV(B) | 44.48º | 0.84% | 0.93% | - |
| XYZ | 53.15 | 53.43 | 9.26 | - |
| YUV | 184.56 | 44.73 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 37 | 0 | 0.22 | 0.84 | 0.07 | 44.48 | 0.86 | 0.54 |
| Hex | EE | BA | 25 | 0 | 16 | 54 | 7 | 2C | 56 | 36 |
| Octal | 356 | 272 | 45 | 0 | 26 | 124 | 7 | 54 | 126 | 66 |
| Binary | 11101110 | 10111010 | 100101 | 0 | 10110 | 1010100 | 111 | 101100 | 1010110 | 110110 |
Color Harmonies of #EEBA25
Complementary color
Monochromatic Colors of #EEBA25
Black with #EEBA25
Text Example
Text Example
White with #EEBA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBA25; }
p { color: rgb(238,186,37); }
H1.HeaderClassName
{
color: #EEBA25;
}
.AnyTagClassName
{
color: #EEBA25;
}
</style>
background-color css
<style>
a { background-color: #EEBA25; }
a { background-color: rgb(238,186,37); }
div.DivClassName
{
background-color: #EEBA25;
}
.BgClassName
{
background-color: #EEBA25;
}
</style>
border-color css
<style>
span { border-color: #EEBA25; }
span { border-color: rgb(238,186,37); }
td.TdClassName
{
border-color: #EEBA25;
}
.TagClassName
{
border-color: #EEBA25;
}
</style>