Shades of Sunset Orange #EE503C
Tints of Sunset Orange #EE503C
RGB
CMYK
RGB Variations
Color information
#EE503C (or 0xEE503C) is known color: Sunset Orange. HEX triplet: EE, 50 and 3C. RGB value is (238,80,60). Sum of RGB (Red+Green+Blue) = 238+80+60=378 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.96% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 60 (23.83% from 255 or 15.87% from 378); Max value from RGB is 238 - color contains mainly: red. Hex color #EE503C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE503C is #11AFC3. Grayscale: #7D7D7D. Windows color (decimal): -1159108 or 3952878. OLE color: 3952878.
HSL color Cylindrical-coordinate representation of color #EE503C: hue angle of 6.74º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EE503C is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 80 | 60 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.07 |
| HSL | 6.74º | 0.84% | 0.58% | - |
| HSV(B) | 6.74º | 0.75% | 0.93% | - |
| XYZ | 38.94 | 24.24 | 6.9 | - |
| YUV | 124.96 | 91.35 | 208.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 60 | 0 | 0.66 | 0.75 | 0.07 | 6.74 | 0.84 | 0.58 |
| Hex | EE | 50 | 3C | 0 | 42 | 4B | 7 | 7 | 54 | 3A |
| Octal | 356 | 120 | 74 | 0 | 102 | 113 | 7 | 7 | 124 | 72 |
| Binary | 11101110 | 1010000 | 111100 | 0 | 1000010 | 1001011 | 111 | 111 | 1010100 | 111010 |
Color Harmonies of #EE503C
Complementary color
Monochromatic Colors of #EE503C
Black with #EE503C
Text Example
Text Example
White with #EE503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE503C; }
p { color: rgb(238,80,60); }
H1.HeaderClassName
{
color: #EE503C;
}
.AnyTagClassName
{
color: #EE503C;
}
</style>
background-color css
<style>
a { background-color: #EE503C; }
a { background-color: rgb(238,80,60); }
div.DivClassName
{
background-color: #EE503C;
}
.BgClassName
{
background-color: #EE503C;
}
</style>
border-color css
<style>
span { border-color: #EE503C; }
span { border-color: rgb(238,80,60); }
td.TdClassName
{
border-color: #EE503C;
}
.TagClassName
{
border-color: #EE503C;
}
</style>