Shades of Sun #EE953A
Tints of Sun #EE953A
RGB
CMYK
RGB Variations
Color information
#EE953A (or 0xEE953A) is known color: Sun. HEX triplet: EE, 95 and 3A. RGB value is (238,149,58). Sum of RGB (Red+Green+Blue) = 238+149+58=445 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.48% from 445); Green value is 149 (58.59% from 255 or 33.48% from 445); Blue value is 58 (23.05% from 255 or 13.03% from 445); Max value from RGB is 238 - color contains mainly: red. Hex color #EE953A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE953A is #116AC5. Grayscale: #A5A5A5. Windows color (decimal): -1141446 or 3839470. OLE color: 3839470.
HSL color Cylindrical-coordinate representation of color #EE953A: hue angle of 30.33º 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 #EE953A is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 149 | 58 | - |
| CMYK | 0 | 0.37 | 0.76 | 0.07 |
| HSL | 30.33º | 0.84% | 0.58% | - |
| HSV(B) | 30.33º | 0.76% | 0.93% | - |
| XYZ | 46.77 | 39.98 | 9.25 | - |
| YUV | 165.24 | 67.49 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 149 | 58 | 0 | 0.37 | 0.76 | 0.07 | 30.33 | 0.84 | 0.58 |
| Hex | EE | 95 | 3A | 0 | 25 | 4C | 7 | 1E | 54 | 3A |
| Octal | 356 | 225 | 72 | 0 | 45 | 114 | 7 | 36 | 124 | 72 |
| Binary | 11101110 | 10010101 | 111010 | 0 | 100101 | 1001100 | 111 | 11110 | 1010100 | 111010 |
Color Harmonies of #EE953A
Complementary color
Monochromatic Colors of #EE953A
Black with #EE953A
Text Example
Text Example
White with #EE953A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE953A; }
p { color: rgb(238,149,58); }
H1.HeaderClassName
{
color: #EE953A;
}
.AnyTagClassName
{
color: #EE953A;
}
</style>
background-color css
<style>
a { background-color: #EE953A; }
a { background-color: rgb(238,149,58); }
div.DivClassName
{
background-color: #EE953A;
}
.BgClassName
{
background-color: #EE953A;
}
</style>
border-color css
<style>
span { border-color: #EE953A; }
span { border-color: rgb(238,149,58); }
td.TdClassName
{
border-color: #EE953A;
}
.TagClassName
{
border-color: #EE953A;
}
</style>