Shades of Sun #EE942E
Tints of Sun #EE942E
RGB
CMYK
RGB Variations
Color information
#EE942E (or 0xEE942E) is known color: Sun. HEX triplet: EE, 94 and 2E. RGB value is (238,148,46). Sum of RGB (Red+Green+Blue) = 238+148+46=432 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.09% from 432); Green value is 148 (58.20% from 255 or 34.26% from 432); Blue value is 46 (18.36% from 255 or 10.65% from 432); Max value from RGB is 238 - color contains mainly: red. Hex color #EE942E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE942E is #116BD1. Grayscale: #A3A3A3. Windows color (decimal): -1141714 or 3052782. OLE color: 3052782.
HSL color Cylindrical-coordinate representation of color #EE942E: hue angle of 31.88º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EE942E is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 148 | 46 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.07 |
| HSL | 31.88º | 0.85% | 0.56% | - |
| HSV(B) | 31.88º | 0.81% | 0.93% | - |
| XYZ | 46.34 | 39.55 | 7.78 | - |
| YUV | 163.28 | 61.82 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 148 | 46 | 0 | 0.38 | 0.81 | 0.07 | 31.88 | 0.85 | 0.56 |
| Hex | EE | 94 | 2E | 0 | 26 | 51 | 7 | 20 | 55 | 38 |
| Octal | 356 | 224 | 56 | 0 | 46 | 121 | 7 | 40 | 125 | 70 |
| Binary | 11101110 | 10010100 | 101110 | 0 | 100110 | 1010001 | 111 | 100000 | 1010101 | 111000 |
Color Harmonies of #EE942E
Complementary color
Monochromatic Colors of #EE942E
Black with #EE942E
Text Example
Text Example
White with #EE942E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE942E; }
p { color: rgb(238,148,46); }
H1.HeaderClassName
{
color: #EE942E;
}
.AnyTagClassName
{
color: #EE942E;
}
</style>
background-color css
<style>
a { background-color: #EE942E; }
a { background-color: rgb(238,148,46); }
div.DivClassName
{
background-color: #EE942E;
}
.BgClassName
{
background-color: #EE942E;
}
</style>
border-color css
<style>
span { border-color: #EE942E; }
span { border-color: rgb(238,148,46); }
td.TdClassName
{
border-color: #EE942E;
}
.TagClassName
{
border-color: #EE942E;
}
</style>