Shades of Sunset Orange #EF534E
Tints of Sunset Orange #EF534E
RGB
CMYK
RGB Variations
Color information
#EF534E (or 0xEF534E) is known color: Sunset Orange. HEX triplet: EF, 53 and 4E. RGB value is (239,83,78). Sum of RGB (Red+Green+Blue) = 239+83+78=400 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.75% from 400); Green value is 83 (32.81% from 255 or 20.75% from 400); Blue value is 78 (30.86% from 255 or 19.5% from 400); Max value from RGB is 239 - color contains mainly: red. Hex color #EF534E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF534E is #10ACB1. Grayscale: #818181. Windows color (decimal): -1092786 or 5133295. OLE color: 5133295.
HSL color Cylindrical-coordinate representation of color #EF534E: hue angle of 1.86º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF534E is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 83 | 78 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.06 |
| HSL | 1.86º | 0.83% | 0.62% | - |
| HSV(B) | 1.86º | 0.67% | 0.94% | - |
| XYZ | 40.07 | 25.09 | 9.94 | - |
| YUV | 129.07 | 99.18 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 78 | 0 | 0.65 | 0.67 | 0.06 | 1.86 | 0.83 | 0.62 |
| Hex | EF | 53 | 4E | 0 | 41 | 43 | 6 | 2 | 53 | 3E |
| Octal | 357 | 123 | 116 | 0 | 101 | 103 | 6 | 2 | 123 | 76 |
| Binary | 11101111 | 1010011 | 1001110 | 0 | 1000001 | 1000011 | 110 | 10 | 1010011 | 111110 |
Color Harmonies of #EF534E
Complementary color
Monochromatic Colors of #EF534E
Black with #EF534E
Text Example
Text Example
White with #EF534E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF534E; }
p { color: rgb(239,83,78); }
H1.HeaderClassName
{
color: #EF534E;
}
.AnyTagClassName
{
color: #EF534E;
}
</style>
background-color css
<style>
a { background-color: #EF534E; }
a { background-color: rgb(239,83,78); }
div.DivClassName
{
background-color: #EF534E;
}
.BgClassName
{
background-color: #EF534E;
}
</style>
border-color css
<style>
span { border-color: #EF534E; }
span { border-color: rgb(239,83,78); }
td.TdClassName
{
border-color: #EF534E;
}
.TagClassName
{
border-color: #EF534E;
}
</style>