Shades of Sunset Orange #EE5540
Tints of Sunset Orange #EE5540
RGB
CMYK
RGB Variations
Color information
#EE5540 (or 0xEE5540) is known color: Sunset Orange. HEX triplet: EE, 55 and 40. RGB value is (238,85,64). Sum of RGB (Red+Green+Blue) = 238+85+64=387 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.50% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 64 (25.39% from 255 or 16.54% from 387); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5540 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE5540 is #11AABF. Grayscale: #808080. Windows color (decimal): -1157824 or 4216302. OLE color: 4216302.
HSL color Cylindrical-coordinate representation of color #EE5540: hue angle of 7.24º 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 #EE5540 is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 85 | 64 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.07 |
| HSL | 7.24º | 0.84% | 0.59% | - |
| HSV(B) | 7.24º | 0.73% | 0.93% | - |
| XYZ | 39.43 | 25.04 | 7.61 | - |
| YUV | 128.35 | 91.69 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 85 | 64 | 0 | 0.64 | 0.73 | 0.07 | 7.24 | 0.84 | 0.59 |
| Hex | EE | 55 | 40 | 0 | 40 | 49 | 7 | 7 | 54 | 3B |
| Octal | 356 | 125 | 100 | 0 | 100 | 111 | 7 | 7 | 124 | 73 |
| Binary | 11101110 | 1010101 | 1000000 | 0 | 1000000 | 1001001 | 111 | 111 | 1010100 | 111011 |
Color Harmonies of #EE5540
Complementary color
Monochromatic Colors of #EE5540
Black with #EE5540
Text Example
Text Example
White with #EE5540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5540; }
p { color: rgb(238,85,64); }
H1.HeaderClassName
{
color: #EE5540;
}
.AnyTagClassName
{
color: #EE5540;
}
</style>
background-color css
<style>
a { background-color: #EE5540; }
a { background-color: rgb(238,85,64); }
div.DivClassName
{
background-color: #EE5540;
}
.BgClassName
{
background-color: #EE5540;
}
</style>
border-color css
<style>
span { border-color: #EE5540; }
span { border-color: rgb(238,85,64); }
td.TdClassName
{
border-color: #EE5540;
}
.TagClassName
{
border-color: #EE5540;
}
</style>