Shades of Sunset Orange #EF5348
Tints of Sunset Orange #EF5348
RGB
CMYK
RGB Variations
Color information
#EF5348 (or 0xEF5348) is known color: Sunset Orange. HEX triplet: EF, 53 and 48. RGB value is (239,83,72). Sum of RGB (Red+Green+Blue) = 239+83+72=394 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.66% from 394); Green value is 83 (32.81% from 255 or 21.07% from 394); Blue value is 72 (28.52% from 255 or 18.27% from 394); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5348 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5348 is #10ACB7. Grayscale: #808080. Windows color (decimal): -1092792 or 4740079. OLE color: 4740079.
HSL color Cylindrical-coordinate representation of color #EF5348: hue angle of 3.95º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EF5348 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 83 | 72 | - |
| CMYK | 0 | 0.65 | 0.70 | 0.06 |
| HSL | 3.95º | 0.84% | 0.61% | - |
| HSV(B) | 3.95º | 0.7% | 0.94% | - |
| XYZ | 39.86 | 25.01 | 8.86 | - |
| YUV | 128.39 | 96.18 | 206.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 72 | 0 | 0.65 | 0.70 | 0.06 | 3.95 | 0.84 | 0.61 |
| Hex | EF | 53 | 48 | 0 | 41 | 46 | 6 | 4 | 54 | 3D |
| Octal | 357 | 123 | 110 | 0 | 101 | 106 | 6 | 4 | 124 | 75 |
| Binary | 11101111 | 1010011 | 1001000 | 0 | 1000001 | 1000110 | 110 | 100 | 1010100 | 111101 |
Color Harmonies of #EF5348
Complementary color
Monochromatic Colors of #EF5348
Black with #EF5348
Text Example
Text Example
White with #EF5348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5348; }
p { color: rgb(239,83,72); }
H1.HeaderClassName
{
color: #EF5348;
}
.AnyTagClassName
{
color: #EF5348;
}
</style>
background-color css
<style>
a { background-color: #EF5348; }
a { background-color: rgb(239,83,72); }
div.DivClassName
{
background-color: #EF5348;
}
.BgClassName
{
background-color: #EF5348;
}
</style>
border-color css
<style>
span { border-color: #EF5348; }
span { border-color: rgb(239,83,72); }
td.TdClassName
{
border-color: #EF5348;
}
.TagClassName
{
border-color: #EF5348;
}
</style>