Shades of Sunset Orange #EE524C
Tints of Sunset Orange #EE524C
RGB
CMYK
RGB Variations
Color information
#EE524C (or 0xEE524C) is known color: Sunset Orange. HEX triplet: EE, 52 and 4C. RGB value is (238,82,76). Sum of RGB (Red+Green+Blue) = 238+82+76=396 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.10% from 396); Green value is 82 (32.42% from 255 or 20.71% from 396); Blue value is 76 (30.08% from 255 or 19.19% from 396); Max value from RGB is 238 - color contains mainly: red. Hex color #EE524C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE524C is #11ADB3. Grayscale: #808080. Windows color (decimal): -1158580 or 5001966. OLE color: 5001966.
HSL color Cylindrical-coordinate representation of color #EE524C: hue angle of 2.22º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EE524C is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 82 | 76 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.07 |
| HSL | 2.22º | 0.83% | 0.62% | - |
| HSV(B) | 2.22º | 0.68% | 0.93% | - |
| XYZ | 39.58 | 24.73 | 9.53 | - |
| YUV | 127.96 | 98.68 | 206.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 82 | 76 | 0 | 0.66 | 0.68 | 0.07 | 2.22 | 0.83 | 0.62 |
| Hex | EE | 52 | 4C | 0 | 42 | 44 | 7 | 2 | 53 | 3E |
| Octal | 356 | 122 | 114 | 0 | 102 | 104 | 7 | 2 | 123 | 76 |
| Binary | 11101110 | 1010010 | 1001100 | 0 | 1000010 | 1000100 | 111 | 10 | 1010011 | 111110 |
Color Harmonies of #EE524C
Complementary color
Monochromatic Colors of #EE524C
Black with #EE524C
Text Example
Text Example
White with #EE524C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE524C; }
p { color: rgb(238,82,76); }
H1.HeaderClassName
{
color: #EE524C;
}
.AnyTagClassName
{
color: #EE524C;
}
</style>
background-color css
<style>
a { background-color: #EE524C; }
a { background-color: rgb(238,82,76); }
div.DivClassName
{
background-color: #EE524C;
}
.BgClassName
{
background-color: #EE524C;
}
</style>
border-color css
<style>
span { border-color: #EE524C; }
span { border-color: rgb(238,82,76); }
td.TdClassName
{
border-color: #EE524C;
}
.TagClassName
{
border-color: #EE524C;
}
</style>