Shades of Sunset Orange #EF524D
Tints of Sunset Orange #EF524D
RGB
CMYK
RGB Variations
Color information
#EF524D (or 0xEF524D) is known color: Sunset Orange. HEX triplet: EF, 52 and 4D. RGB value is (239,82,77). Sum of RGB (Red+Green+Blue) = 239+82+77=398 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.05% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 239 - color contains mainly: red. Hex color #EF524D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF524D is #10ADB2. Grayscale: #808080. Windows color (decimal): -1093043 or 5067503. OLE color: 5067503.
HSL color Cylindrical-coordinate representation of color #EF524D: hue angle of 1.85º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EF524D is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 82 | 77 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.06 |
| HSL | 1.85º | 0.84% | 0.62% | - |
| HSV(B) | 1.85º | 0.68% | 0.94% | - |
| XYZ | 39.95 | 24.92 | 9.73 | - |
| YUV | 128.37 | 99.01 | 206.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 82 | 77 | 0 | 0.66 | 0.68 | 0.06 | 1.85 | 0.84 | 0.62 |
| Hex | EF | 52 | 4D | 0 | 42 | 44 | 6 | 2 | 54 | 3E |
| Octal | 357 | 122 | 115 | 0 | 102 | 104 | 6 | 2 | 124 | 76 |
| Binary | 11101111 | 1010010 | 1001101 | 0 | 1000010 | 1000100 | 110 | 10 | 1010100 | 111110 |
Color Harmonies of #EF524D
Complementary color
Monochromatic Colors of #EF524D
Black with #EF524D
Text Example
Text Example
White with #EF524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF524D; }
p { color: rgb(239,82,77); }
H1.HeaderClassName
{
color: #EF524D;
}
.AnyTagClassName
{
color: #EF524D;
}
</style>
background-color css
<style>
a { background-color: #EF524D; }
a { background-color: rgb(239,82,77); }
div.DivClassName
{
background-color: #EF524D;
}
.BgClassName
{
background-color: #EF524D;
}
</style>
border-color css
<style>
span { border-color: #EF524D; }
span { border-color: rgb(239,82,77); }
td.TdClassName
{
border-color: #EF524D;
}
.TagClassName
{
border-color: #EF524D;
}
</style>