Shades of Sunset Orange #EE504B
Tints of Sunset Orange #EE504B
RGB
CMYK
RGB Variations
Color information
#EE504B (or 0xEE504B) is known color: Sunset Orange. HEX triplet: EE, 50 and 4B. RGB value is (238,80,75). Sum of RGB (Red+Green+Blue) = 238+80+75=393 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.56% from 393); Green value is 80 (31.64% from 255 or 20.36% from 393); Blue value is 75 (29.69% from 255 or 19.08% from 393); Max value from RGB is 238 - color contains mainly: red. Hex color #EE504B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE504B is #11AFB4. Grayscale: #7E7E7E. Windows color (decimal): -1159093 or 4935918. OLE color: 4935918.
HSL color Cylindrical-coordinate representation of color #EE504B: hue angle of 1.84º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EE504B is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 80 | 75 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.07 |
| HSL | 1.84º | 0.83% | 0.61% | - |
| HSV(B) | 1.84º | 0.68% | 0.93% | - |
| XYZ | 39.4 | 24.42 | 9.29 | - |
| YUV | 126.67 | 98.85 | 207.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 75 | 0 | 0.66 | 0.68 | 0.07 | 1.84 | 0.83 | 0.61 |
| Hex | EE | 50 | 4B | 0 | 42 | 44 | 7 | 2 | 53 | 3D |
| Octal | 356 | 120 | 113 | 0 | 102 | 104 | 7 | 2 | 123 | 75 |
| Binary | 11101110 | 1010000 | 1001011 | 0 | 1000010 | 1000100 | 111 | 10 | 1010011 | 111101 |
Color Harmonies of #EE504B
Complementary color
Monochromatic Colors of #EE504B
Black with #EE504B
Text Example
Text Example
White with #EE504B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE504B; }
p { color: rgb(238,80,75); }
H1.HeaderClassName
{
color: #EE504B;
}
.AnyTagClassName
{
color: #EE504B;
}
</style>
background-color css
<style>
a { background-color: #EE504B; }
a { background-color: rgb(238,80,75); }
div.DivClassName
{
background-color: #EE504B;
}
.BgClassName
{
background-color: #EE504B;
}
</style>
border-color css
<style>
span { border-color: #EE504B; }
span { border-color: rgb(238,80,75); }
td.TdClassName
{
border-color: #EE504B;
}
.TagClassName
{
border-color: #EE504B;
}
</style>