Shades of Sunset Orange #EE5248
Tints of Sunset Orange #EE5248
RGB
CMYK
RGB Variations
Color information
#EE5248 (or 0xEE5248) is known color: Sunset Orange. HEX triplet: EE, 52 and 48. RGB value is (238,82,72). Sum of RGB (Red+Green+Blue) = 238+82+72=392 (51% of max value = 765). Red value is 238 (93.36% from 255 or 60.71% from 392); Green value is 82 (32.42% from 255 or 20.92% from 392); Blue value is 72 (28.52% from 255 or 18.37% from 392); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5248 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE5248 is #11ADB7. Grayscale: #7F7F7F. Windows color (decimal): -1158584 or 4739822. OLE color: 4739822.
HSL color Cylindrical-coordinate representation of color #EE5248: hue angle of 3.61º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EE5248 is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 82 | 72 | - |
| CMYK | 0 | 0.66 | 0.70 | 0.07 |
| HSL | 3.61º | 0.83% | 0.61% | - |
| HSV(B) | 3.61º | 0.7% | 0.93% | - |
| XYZ | 39.45 | 24.68 | 8.82 | - |
| YUV | 127.5 | 96.68 | 206.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 82 | 72 | 0 | 0.66 | 0.70 | 0.07 | 3.61 | 0.83 | 0.61 |
| Hex | EE | 52 | 48 | 0 | 42 | 46 | 7 | 4 | 53 | 3D |
| Octal | 356 | 122 | 110 | 0 | 102 | 106 | 7 | 4 | 123 | 75 |
| Binary | 11101110 | 1010010 | 1001000 | 0 | 1000010 | 1000110 | 111 | 100 | 1010011 | 111101 |
Color Harmonies of #EE5248
Complementary color
Monochromatic Colors of #EE5248
Black with #EE5248
Text Example
Text Example
White with #EE5248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5248; }
p { color: rgb(238,82,72); }
H1.HeaderClassName
{
color: #EE5248;
}
.AnyTagClassName
{
color: #EE5248;
}
</style>
background-color css
<style>
a { background-color: #EE5248; }
a { background-color: rgb(238,82,72); }
div.DivClassName
{
background-color: #EE5248;
}
.BgClassName
{
background-color: #EE5248;
}
</style>
border-color css
<style>
span { border-color: #EE5248; }
span { border-color: rgb(238,82,72); }
td.TdClassName
{
border-color: #EE5248;
}
.TagClassName
{
border-color: #EE5248;
}
</style>