Shades of Sunset Orange #EF5250
Tints of Sunset Orange #EF5250
RGB
CMYK
RGB Variations
Color information
#EF5250 (or 0xEF5250) is known color: Sunset Orange. HEX triplet: EF, 52 and 50. RGB value is (239,82,80). Sum of RGB (Red+Green+Blue) = 239+82+80=401 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.60% from 401); Green value is 82 (32.42% from 255 or 20.45% from 401); Blue value is 80 (31.64% from 255 or 19.95% from 401); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5250 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5250 is #10ADAF. Grayscale: #808080. Windows color (decimal): -1093040 or 5264111. OLE color: 5264111.
HSL color Cylindrical-coordinate representation of color #EF5250: hue angle of 0.75º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF5250 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 82 | 80 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.06 |
| HSL | 0.75º | 0.83% | 0.63% | - |
| HSV(B) | 0.75º | 0.67% | 0.94% | - |
| XYZ | 40.06 | 24.96 | 10.3 | - |
| YUV | 128.72 | 100.51 | 206.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 82 | 80 | 0 | 0.66 | 0.67 | 0.06 | 0.75 | 0.83 | 0.63 |
| Hex | EF | 52 | 50 | 0 | 42 | 43 | 6 | 1 | 53 | 3F |
| Octal | 357 | 122 | 120 | 0 | 102 | 103 | 6 | 1 | 123 | 77 |
| Binary | 11101111 | 1010010 | 1010000 | 0 | 1000010 | 1000011 | 110 | 1 | 1010011 | 111111 |
Color Harmonies of #EF5250
Complementary color
Monochromatic Colors of #EF5250
Black with #EF5250
Text Example
Text Example
White with #EF5250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5250; }
p { color: rgb(239,82,80); }
H1.HeaderClassName
{
color: #EF5250;
}
.AnyTagClassName
{
color: #EF5250;
}
</style>
background-color css
<style>
a { background-color: #EF5250; }
a { background-color: rgb(239,82,80); }
div.DivClassName
{
background-color: #EF5250;
}
.BgClassName
{
background-color: #EF5250;
}
</style>
border-color css
<style>
span { border-color: #EF5250; }
span { border-color: rgb(239,82,80); }
td.TdClassName
{
border-color: #EF5250;
}
.TagClassName
{
border-color: #EF5250;
}
</style>