Shades of Sunset Orange #EE503D
Tints of Sunset Orange #EE503D
RGB
CMYK
RGB Variations
Color information
#EE503D (or 0xEE503D) is known color: Sunset Orange. HEX triplet: EE, 50 and 3D. RGB value is (238,80,61). Sum of RGB (Red+Green+Blue) = 238+80+61=379 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.80% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 61 (24.22% from 255 or 16.09% from 379); Max value from RGB is 238 - color contains mainly: red. Hex color #EE503D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE503D is #11AFC2. Grayscale: #7D7D7D. Windows color (decimal): -1159107 or 4018414. OLE color: 4018414.
HSL color Cylindrical-coordinate representation of color #EE503D: hue angle of 6.44º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EE503D is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 80 | 61 | - |
| CMYK | 0 | 0.66 | 0.74 | 0.07 |
| HSL | 6.44º | 0.84% | 0.59% | - |
| HSV(B) | 6.44º | 0.74% | 0.93% | - |
| XYZ | 38.97 | 24.25 | 7.04 | - |
| YUV | 125.08 | 91.85 | 208.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 61 | 0 | 0.66 | 0.74 | 0.07 | 6.44 | 0.84 | 0.59 |
| Hex | EE | 50 | 3D | 0 | 42 | 4A | 7 | 6 | 54 | 3B |
| Octal | 356 | 120 | 75 | 0 | 102 | 112 | 7 | 6 | 124 | 73 |
| Binary | 11101110 | 1010000 | 111101 | 0 | 1000010 | 1001010 | 111 | 110 | 1010100 | 111011 |
Color Harmonies of #EE503D
Complementary color
Monochromatic Colors of #EE503D
Black with #EE503D
Text Example
Text Example
White with #EE503D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE503D; }
p { color: rgb(238,80,61); }
H1.HeaderClassName
{
color: #EE503D;
}
.AnyTagClassName
{
color: #EE503D;
}
</style>
background-color css
<style>
a { background-color: #EE503D; }
a { background-color: rgb(238,80,61); }
div.DivClassName
{
background-color: #EE503D;
}
.BgClassName
{
background-color: #EE503D;
}
</style>
border-color css
<style>
span { border-color: #EE503D; }
span { border-color: rgb(238,80,61); }
td.TdClassName
{
border-color: #EE503D;
}
.TagClassName
{
border-color: #EE503D;
}
</style>