Shades of Sunset Orange #EF523D
Tints of Sunset Orange #EF523D
RGB
CMYK
RGB Variations
Color information
#EF523D (or 0xEF523D) is known color: Sunset Orange. HEX triplet: EF, 52 and 3D. RGB value is (239,82,61). Sum of RGB (Red+Green+Blue) = 239+82+61=382 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.57% from 382); Green value is 82 (32.42% from 255 or 21.47% from 382); Blue value is 61 (24.22% from 255 or 15.97% from 382); Max value from RGB is 239 - color contains mainly: red. Hex color #EF523D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF523D is #10ADC2. Grayscale: #7E7E7E. Windows color (decimal): -1093059 or 4018927. OLE color: 4018927.
HSL color Cylindrical-coordinate representation of color #EF523D: hue angle of 7.08º 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 #EF523D is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 82 | 61 | - |
| CMYK | 0 | 0.66 | 0.74 | 0.06 |
| HSL | 7.08º | 0.85% | 0.59% | - |
| HSV(B) | 7.08º | 0.74% | 0.94% | - |
| XYZ | 39.46 | 24.72 | 7.11 | - |
| YUV | 126.55 | 91.01 | 208.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 82 | 61 | 0 | 0.66 | 0.74 | 0.06 | 7.08 | 0.85 | 0.59 |
| Hex | EF | 52 | 3D | 0 | 42 | 4A | 6 | 7 | 55 | 3B |
| Octal | 357 | 122 | 75 | 0 | 102 | 112 | 6 | 7 | 125 | 73 |
| Binary | 11101111 | 1010010 | 111101 | 0 | 1000010 | 1001010 | 110 | 111 | 1010101 | 111011 |
Color Harmonies of #EF523D
Complementary color
Monochromatic Colors of #EF523D
Black with #EF523D
Text Example
Text Example
White with #EF523D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF523D; }
p { color: rgb(239,82,61); }
H1.HeaderClassName
{
color: #EF523D;
}
.AnyTagClassName
{
color: #EF523D;
}
</style>
background-color css
<style>
a { background-color: #EF523D; }
a { background-color: rgb(239,82,61); }
div.DivClassName
{
background-color: #EF523D;
}
.BgClassName
{
background-color: #EF523D;
}
</style>
border-color css
<style>
span { border-color: #EF523D; }
span { border-color: rgb(239,82,61); }
td.TdClassName
{
border-color: #EF523D;
}
.TagClassName
{
border-color: #EF523D;
}
</style>