Shades of Sunset Orange #EE5049
Tints of Sunset Orange #EE5049
RGB
CMYK
RGB Variations
Color information
#EE5049 (or 0xEE5049) is known color: Sunset Orange. HEX triplet: EE, 50 and 49. RGB value is (238,80,73). Sum of RGB (Red+Green+Blue) = 238+80+73=391 (51% of max value = 765). Red value is 238 (93.36% from 255 or 60.87% from 391); Green value is 80 (31.64% from 255 or 20.46% from 391); Blue value is 73 (28.91% from 255 or 18.67% from 391); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5049 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE5049 is #11AFB6. Grayscale: #7E7E7E. Windows color (decimal): -1159095 or 4804846. OLE color: 4804846.
HSL color Cylindrical-coordinate representation of color #EE5049: hue angle of 2.55º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EE5049 is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 80 | 73 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.07 |
| HSL | 2.55º | 0.83% | 0.61% | - |
| HSV(B) | 2.55º | 0.69% | 0.93% | - |
| XYZ | 39.33 | 24.4 | 8.94 | - |
| YUV | 126.44 | 97.85 | 207.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 73 | 0 | 0.66 | 0.69 | 0.07 | 2.55 | 0.83 | 0.61 |
| Hex | EE | 50 | 49 | 0 | 42 | 45 | 7 | 3 | 53 | 3D |
| Octal | 356 | 120 | 111 | 0 | 102 | 105 | 7 | 3 | 123 | 75 |
| Binary | 11101110 | 1010000 | 1001001 | 0 | 1000010 | 1000101 | 111 | 11 | 1010011 | 111101 |
Color Harmonies of #EE5049
Complementary color
Monochromatic Colors of #EE5049
Black with #EE5049
Text Example
Text Example
White with #EE5049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5049; }
p { color: rgb(238,80,73); }
H1.HeaderClassName
{
color: #EE5049;
}
.AnyTagClassName
{
color: #EE5049;
}
</style>
background-color css
<style>
a { background-color: #EE5049; }
a { background-color: rgb(238,80,73); }
div.DivClassName
{
background-color: #EE5049;
}
.BgClassName
{
background-color: #EE5049;
}
</style>
border-color css
<style>
span { border-color: #EE5049; }
span { border-color: rgb(238,80,73); }
td.TdClassName
{
border-color: #EE5049;
}
.TagClassName
{
border-color: #EE5049;
}
</style>