Shades of Sunset Orange #EF524A
Tints of Sunset Orange #EF524A
RGB
CMYK
RGB Variations
Color information
#EF524A (or 0xEF524A) is known color: Sunset Orange. HEX triplet: EF, 52 and 4A. RGB value is (239,82,74). Sum of RGB (Red+Green+Blue) = 239+82+74=395 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.51% from 395); Green value is 82 (32.42% from 255 or 20.76% from 395); Blue value is 74 (29.30% from 255 or 18.73% from 395); Max value from RGB is 239 - color contains mainly: red. Hex color #EF524A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF524A is #10ADB5. Grayscale: #808080. Windows color (decimal): -1093046 or 4870895. OLE color: 4870895.
HSL color Cylindrical-coordinate representation of color #EF524A: hue angle of 2.91º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF524A is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 82 | 74 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.06 |
| HSL | 2.91º | 0.84% | 0.61% | - |
| HSV(B) | 2.91º | 0.69% | 0.94% | - |
| XYZ | 39.85 | 24.88 | 9.18 | - |
| YUV | 128.03 | 97.51 | 207.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 82 | 74 | 0 | 0.66 | 0.69 | 0.06 | 2.91 | 0.84 | 0.61 |
| Hex | EF | 52 | 4A | 0 | 42 | 45 | 6 | 3 | 54 | 3D |
| Octal | 357 | 122 | 112 | 0 | 102 | 105 | 6 | 3 | 124 | 75 |
| Binary | 11101111 | 1010010 | 1001010 | 0 | 1000010 | 1000101 | 110 | 11 | 1010100 | 111101 |
Color Harmonies of #EF524A
Complementary color
Monochromatic Colors of #EF524A
Black with #EF524A
Text Example
Text Example
White with #EF524A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF524A; }
p { color: rgb(239,82,74); }
H1.HeaderClassName
{
color: #EF524A;
}
.AnyTagClassName
{
color: #EF524A;
}
</style>
background-color css
<style>
a { background-color: #EF524A; }
a { background-color: rgb(239,82,74); }
div.DivClassName
{
background-color: #EF524A;
}
.BgClassName
{
background-color: #EF524A;
}
</style>
border-color css
<style>
span { border-color: #EF524A; }
span { border-color: rgb(239,82,74); }
td.TdClassName
{
border-color: #EF524A;
}
.TagClassName
{
border-color: #EF524A;
}
</style>