Shades of Sun #EE9140
Tints of Sun #EE9140
RGB
CMYK
RGB Variations
Color information
#EE9140 (or 0xEE9140) is known color: Sun. HEX triplet: EE, 91 and 40. RGB value is (238,145,64). Sum of RGB (Red+Green+Blue) = 238+145+64=447 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.24% from 447); Green value is 145 (57.03% from 255 or 32.44% from 447); Blue value is 64 (25.39% from 255 or 14.32% from 447); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9140 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE9140 is #116EBF. Grayscale: #A3A3A3. Windows color (decimal): -1142464 or 4231662. OLE color: 4231662.
HSL color Cylindrical-coordinate representation of color #EE9140: hue angle of 27.93º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EE9140 is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 145 | 64 | - |
| CMYK | 0 | 0.39 | 0.73 | 0.07 |
| HSL | 27.93º | 0.84% | 0.59% | - |
| HSV(B) | 27.93º | 0.73% | 0.93% | - |
| XYZ | 46.31 | 38.8 | 9.9 | - |
| YUV | 163.57 | 71.81 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 145 | 64 | 0 | 0.39 | 0.73 | 0.07 | 27.93 | 0.84 | 0.59 |
| Hex | EE | 91 | 40 | 0 | 27 | 49 | 7 | 1C | 54 | 3B |
| Octal | 356 | 221 | 100 | 0 | 47 | 111 | 7 | 34 | 124 | 73 |
| Binary | 11101110 | 10010001 | 1000000 | 0 | 100111 | 1001001 | 111 | 11100 | 1010100 | 111011 |
Color Harmonies of #EE9140
Complementary color
Monochromatic Colors of #EE9140
Black with #EE9140
Text Example
Text Example
White with #EE9140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9140; }
p { color: rgb(238,145,64); }
H1.HeaderClassName
{
color: #EE9140;
}
.AnyTagClassName
{
color: #EE9140;
}
</style>
background-color css
<style>
a { background-color: #EE9140; }
a { background-color: rgb(238,145,64); }
div.DivClassName
{
background-color: #EE9140;
}
.BgClassName
{
background-color: #EE9140;
}
</style>
border-color css
<style>
span { border-color: #EE9140; }
span { border-color: rgb(238,145,64); }
td.TdClassName
{
border-color: #EE9140;
}
.TagClassName
{
border-color: #EE9140;
}
</style>