Shades of Sunset Orange #EE504F
Tints of Sunset Orange #EE504F
RGB
CMYK
RGB Variations
Color information
#EE504F (or 0xEE504F) is known color: Sunset Orange. HEX triplet: EE, 50 and 4F. RGB value is (238,80,79). Sum of RGB (Red+Green+Blue) = 238+80+79=397 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.95% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 79 (31.25% from 255 or 19.90% from 397); Max value from RGB is 238 - color contains mainly: red. Hex color #EE504F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE504F is #11AFB0. Grayscale: #7F7F7F. Windows color (decimal): -1159089 or 5198062. OLE color: 5198062.
HSL color Cylindrical-coordinate representation of color #EE504F: hue angle of 0.38º 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 #EE504F is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 80 | 79 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.07 |
| HSL | 0.38º | 0.82% | 0.62% | - |
| HSV(B) | 0.38º | 0.67% | 0.93% | - |
| XYZ | 39.54 | 24.48 | 10.04 | - |
| YUV | 127.13 | 100.85 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 79 | 0 | 0.66 | 0.67 | 0.07 | 0.38 | 0.82 | 0.62 |
| Hex | EE | 50 | 4F | 0 | 42 | 43 | 7 | 0 | 52 | 3E |
| Octal | 356 | 120 | 117 | 0 | 102 | 103 | 7 | 0 | 122 | 76 |
| Binary | 11101110 | 1010000 | 1001111 | 0 | 1000010 | 1000011 | 111 | 0 | 1010010 | 111110 |
Color Harmonies of #EE504F
Complementary color
Monochromatic Colors of #EE504F
Black with #EE504F
Text Example
Text Example
White with #EE504F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE504F; }
p { color: rgb(238,80,79); }
H1.HeaderClassName
{
color: #EE504F;
}
.AnyTagClassName
{
color: #EE504F;
}
</style>
background-color css
<style>
a { background-color: #EE504F; }
a { background-color: rgb(238,80,79); }
div.DivClassName
{
background-color: #EE504F;
}
.BgClassName
{
background-color: #EE504F;
}
</style>
border-color css
<style>
span { border-color: #EE504F; }
span { border-color: rgb(238,80,79); }
td.TdClassName
{
border-color: #EE504F;
}
.TagClassName
{
border-color: #EE504F;
}
</style>