Shades of Sunset Orange #EE524E
Tints of Sunset Orange #EE524E
RGB
CMYK
RGB Variations
Color information
#EE524E (or 0xEE524E) is known color: Sunset Orange. HEX triplet: EE, 52 and 4E. RGB value is (238,82,78). Sum of RGB (Red+Green+Blue) = 238+82+78=398 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.80% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 78 (30.86% from 255 or 19.60% from 398); Max value from RGB is 238 - color contains mainly: red. Hex color #EE524E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE524E is #11ADB1. Grayscale: #808080. Windows color (decimal): -1158578 or 5133038. OLE color: 5133038.
HSL color Cylindrical-coordinate representation of color #EE524E: hue angle of 1.5º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EE524E is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 82 | 78 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.07 |
| HSL | 1.5º | 0.82% | 0.62% | - |
| HSV(B) | 1.5º | 0.67% | 0.93% | - |
| XYZ | 39.65 | 24.76 | 9.9 | - |
| YUV | 128.19 | 99.68 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 82 | 78 | 0 | 0.66 | 0.67 | 0.07 | 1.5 | 0.82 | 0.62 |
| Hex | EE | 52 | 4E | 0 | 42 | 43 | 7 | 2 | 52 | 3E |
| Octal | 356 | 122 | 116 | 0 | 102 | 103 | 7 | 2 | 122 | 76 |
| Binary | 11101110 | 1010010 | 1001110 | 0 | 1000010 | 1000011 | 111 | 10 | 1010010 | 111110 |
Color Harmonies of #EE524E
Complementary color
Monochromatic Colors of #EE524E
Black with #EE524E
Text Example
Text Example
White with #EE524E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE524E; }
p { color: rgb(238,82,78); }
H1.HeaderClassName
{
color: #EE524E;
}
.AnyTagClassName
{
color: #EE524E;
}
</style>
background-color css
<style>
a { background-color: #EE524E; }
a { background-color: rgb(238,82,78); }
div.DivClassName
{
background-color: #EE524E;
}
.BgClassName
{
background-color: #EE524E;
}
</style>
border-color css
<style>
span { border-color: #EE524E; }
span { border-color: rgb(238,82,78); }
td.TdClassName
{
border-color: #EE524E;
}
.TagClassName
{
border-color: #EE524E;
}
</style>