Shades of Bright Sun #EEBA3A
Tints of Bright Sun #EEBA3A
RGB
CMYK
RGB Variations
Color information
#EEBA3A (or 0xEEBA3A) is known color: Bright Sun. HEX triplet: EE, BA and 3A. RGB value is (238,186,58). Sum of RGB (Red+Green+Blue) = 238+186+58=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 58 (23.05% from 255 or 12.03% from 482); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBA3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBA3A is #1145C5. Grayscale: #BBBBBB. Windows color (decimal): -1131974 or 3848942. OLE color: 3848942.
HSL color Cylindrical-coordinate representation of color #EEBA3A: hue angle of 42.67º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EEBA3A is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 58 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.07 |
| HSL | 42.67º | 0.84% | 0.58% | - |
| HSV(B) | 42.67º | 0.76% | 0.93% | - |
| XYZ | 53.58 | 53.6 | 11.52 | - |
| YUV | 186.96 | 55.23 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 58 | 0 | 0.22 | 0.76 | 0.07 | 42.67 | 0.84 | 0.58 |
| Hex | EE | BA | 3A | 0 | 16 | 4C | 7 | 2B | 54 | 3A |
| Octal | 356 | 272 | 72 | 0 | 26 | 114 | 7 | 53 | 124 | 72 |
| Binary | 11101110 | 10111010 | 111010 | 0 | 10110 | 1001100 | 111 | 101011 | 1010100 | 111010 |
Color Harmonies of #EEBA3A
Complementary color
Monochromatic Colors of #EEBA3A
Black with #EEBA3A
Text Example
Text Example
White with #EEBA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBA3A; }
p { color: rgb(238,186,58); }
H1.HeaderClassName
{
color: #EEBA3A;
}
.AnyTagClassName
{
color: #EEBA3A;
}
</style>
background-color css
<style>
a { background-color: #EEBA3A; }
a { background-color: rgb(238,186,58); }
div.DivClassName
{
background-color: #EEBA3A;
}
.BgClassName
{
background-color: #EEBA3A;
}
</style>
border-color css
<style>
span { border-color: #EEBA3A; }
span { border-color: rgb(238,186,58); }
td.TdClassName
{
border-color: #EEBA3A;
}
.TagClassName
{
border-color: #EEBA3A;
}
</style>