Shades of Sunset Orange #EE504E
Tints of Sunset Orange #EE504E
RGB
CMYK
RGB Variations
Color information
#EE504E (or 0xEE504E) is known color: Sunset Orange. HEX triplet: EE, 50 and 4E. RGB value is (238,80,78). Sum of RGB (Red+Green+Blue) = 238+80+78=396 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.10% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 78 (30.86% from 255 or 19.70% from 396); Max value from RGB is 238 - color contains mainly: red. Hex color #EE504E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE504E is #11AFB1. Grayscale: #7F7F7F. Windows color (decimal): -1159090 or 5132526. OLE color: 5132526.
HSL color Cylindrical-coordinate representation of color #EE504E: hue angle of 0.75º 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 #EE504E is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 80 | 78 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.07 |
| HSL | 0.75º | 0.82% | 0.62% | - |
| HSV(B) | 0.75º | 0.67% | 0.93% | - |
| XYZ | 39.5 | 24.46 | 9.85 | - |
| YUV | 127.01 | 100.35 | 207.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 78 | 0 | 0.66 | 0.67 | 0.07 | 0.75 | 0.82 | 0.62 |
| Hex | EE | 50 | 4E | 0 | 42 | 43 | 7 | 1 | 52 | 3E |
| Octal | 356 | 120 | 116 | 0 | 102 | 103 | 7 | 1 | 122 | 76 |
| Binary | 11101110 | 1010000 | 1001110 | 0 | 1000010 | 1000011 | 111 | 1 | 1010010 | 111110 |
Color Harmonies of #EE504E
Complementary color
Monochromatic Colors of #EE504E
Black with #EE504E
Text Example
Text Example
White with #EE504E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE504E; }
p { color: rgb(238,80,78); }
H1.HeaderClassName
{
color: #EE504E;
}
.AnyTagClassName
{
color: #EE504E;
}
</style>
background-color css
<style>
a { background-color: #EE504E; }
a { background-color: rgb(238,80,78); }
div.DivClassName
{
background-color: #EE504E;
}
.BgClassName
{
background-color: #EE504E;
}
</style>
border-color css
<style>
span { border-color: #EE504E; }
span { border-color: rgb(238,80,78); }
td.TdClassName
{
border-color: #EE504E;
}
.TagClassName
{
border-color: #EE504E;
}
</style>