Shades of Sunset Orange #EE504C
Tints of Sunset Orange #EE504C
RGB
CMYK
RGB Variations
Color information
#EE504C (or 0xEE504C) is known color: Sunset Orange. HEX triplet: EE, 50 and 4C. RGB value is (238,80,76). Sum of RGB (Red+Green+Blue) = 238+80+76=394 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.41% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 76 (30.08% from 255 or 19.29% from 394); Max value from RGB is 238 - color contains mainly: red. Hex color #EE504C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE504C is #11AFB3. Grayscale: #7E7E7E. Windows color (decimal): -1159092 or 5001454. OLE color: 5001454.
HSL color Cylindrical-coordinate representation of color #EE504C: hue angle of 1.48º 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 #EE504C is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 80 | 76 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.07 |
| HSL | 1.48º | 0.83% | 0.62% | - |
| HSV(B) | 1.48º | 0.68% | 0.93% | - |
| XYZ | 39.43 | 24.44 | 9.48 | - |
| YUV | 126.79 | 99.35 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 76 | 0 | 0.66 | 0.68 | 0.07 | 1.48 | 0.83 | 0.62 |
| Hex | EE | 50 | 4C | 0 | 42 | 44 | 7 | 1 | 53 | 3E |
| Octal | 356 | 120 | 114 | 0 | 102 | 104 | 7 | 1 | 123 | 76 |
| Binary | 11101110 | 1010000 | 1001100 | 0 | 1000010 | 1000100 | 111 | 1 | 1010011 | 111110 |
Color Harmonies of #EE504C
Complementary color
Monochromatic Colors of #EE504C
Black with #EE504C
Text Example
Text Example
White with #EE504C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE504C; }
p { color: rgb(238,80,76); }
H1.HeaderClassName
{
color: #EE504C;
}
.AnyTagClassName
{
color: #EE504C;
}
</style>
background-color css
<style>
a { background-color: #EE504C; }
a { background-color: rgb(238,80,76); }
div.DivClassName
{
background-color: #EE504C;
}
.BgClassName
{
background-color: #EE504C;
}
</style>
border-color css
<style>
span { border-color: #EE504C; }
span { border-color: rgb(238,80,76); }
td.TdClassName
{
border-color: #EE504C;
}
.TagClassName
{
border-color: #EE504C;
}
</style>