Shades of Sunset Orange #EF523F
Tints of Sunset Orange #EF523F
RGB
CMYK
RGB Variations
Color information
#EF523F (or 0xEF523F) is known color: Sunset Orange. HEX triplet: EF, 52 and 3F. RGB value is (239,82,63). Sum of RGB (Red+Green+Blue) = 239+82+63=384 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.24% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 63 (25% from 255 or 16.41% from 384); Max value from RGB is 239 - color contains mainly: red. Hex color #EF523F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF523F is #10ADC0. Grayscale: #7F7F7F. Windows color (decimal): -1093057 or 4149999. OLE color: 4149999.
HSL color Cylindrical-coordinate representation of color #EF523F: hue angle of 6.48º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EF523F is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 82 | 63 | - |
| CMYK | 0 | 0.66 | 0.74 | 0.06 |
| HSL | 6.48º | 0.85% | 0.59% | - |
| HSV(B) | 6.48º | 0.74% | 0.94% | - |
| XYZ | 39.51 | 24.74 | 7.4 | - |
| YUV | 126.78 | 92.01 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 82 | 63 | 0 | 0.66 | 0.74 | 0.06 | 6.48 | 0.85 | 0.59 |
| Hex | EF | 52 | 3F | 0 | 42 | 4A | 6 | 6 | 55 | 3B |
| Octal | 357 | 122 | 77 | 0 | 102 | 112 | 6 | 6 | 125 | 73 |
| Binary | 11101111 | 1010010 | 111111 | 0 | 1000010 | 1001010 | 110 | 110 | 1010101 | 111011 |
Color Harmonies of #EF523F
Complementary color
Monochromatic Colors of #EF523F
Black with #EF523F
Text Example
Text Example
White with #EF523F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF523F; }
p { color: rgb(239,82,63); }
H1.HeaderClassName
{
color: #EF523F;
}
.AnyTagClassName
{
color: #EF523F;
}
</style>
background-color css
<style>
a { background-color: #EF523F; }
a { background-color: rgb(239,82,63); }
div.DivClassName
{
background-color: #EF523F;
}
.BgClassName
{
background-color: #EF523F;
}
</style>
border-color css
<style>
span { border-color: #EF523F; }
span { border-color: rgb(239,82,63); }
td.TdClassName
{
border-color: #EF523F;
}
.TagClassName
{
border-color: #EF523F;
}
</style>