Shades of Bright Sun #EEBA26
Tints of Bright Sun #EEBA26
RGB
CMYK
RGB Variations
Color information
#EEBA26 (or 0xEEBA26) is known color: Bright Sun. HEX triplet: EE, BA and 26. RGB value is (238,186,38). Sum of RGB (Red+Green+Blue) = 238+186+38=462 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.52% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 38 (15.23% from 255 or 8.23% from 462); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBA26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBA26 is #1145D9. Grayscale: #B9B9B9. Windows color (decimal): -1131994 or 2538222. OLE color: 2538222.
HSL color Cylindrical-coordinate representation of color #EEBA26: hue angle of 44.4º degrees, saturation: 0.85, 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 #EEBA26 is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 38 | - |
| CMYK | 0 | 0.22 | 0.84 | 0.07 |
| HSL | 44.4º | 0.85% | 0.54% | - |
| HSV(B) | 44.4º | 0.84% | 0.93% | - |
| XYZ | 53.17 | 53.43 | 9.35 | - |
| YUV | 184.68 | 45.23 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 38 | 0 | 0.22 | 0.84 | 0.07 | 44.4 | 0.85 | 0.54 |
| Hex | EE | BA | 26 | 0 | 16 | 54 | 7 | 2C | 55 | 36 |
| Octal | 356 | 272 | 46 | 0 | 26 | 124 | 7 | 54 | 125 | 66 |
| Binary | 11101110 | 10111010 | 100110 | 0 | 10110 | 1010100 | 111 | 101100 | 1010101 | 110110 |
Color Harmonies of #EEBA26
Complementary color
Monochromatic Colors of #EEBA26
Black with #EEBA26
Text Example
Text Example
White with #EEBA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBA26; }
p { color: rgb(238,186,38); }
H1.HeaderClassName
{
color: #EEBA26;
}
.AnyTagClassName
{
color: #EEBA26;
}
</style>
background-color css
<style>
a { background-color: #EEBA26; }
a { background-color: rgb(238,186,38); }
div.DivClassName
{
background-color: #EEBA26;
}
.BgClassName
{
background-color: #EEBA26;
}
</style>
border-color css
<style>
span { border-color: #EEBA26; }
span { border-color: rgb(238,186,38); }
td.TdClassName
{
border-color: #EEBA26;
}
.TagClassName
{
border-color: #EEBA26;
}
</style>