Shades of Sunset Orange #EF513D
Tints of Sunset Orange #EF513D
RGB
CMYK
RGB Variations
Color information
#EF513D (or 0xEF513D) is known color: Sunset Orange. HEX triplet: EF, 51 and 3D. RGB value is (239,81,61). Sum of RGB (Red+Green+Blue) = 239+81+61=381 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.73% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 61 (24.22% from 255 or 16.01% from 381); Max value from RGB is 239 - color contains mainly: red. Hex color #EF513D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF513D is #10AEC2. Grayscale: #7E7E7E. Windows color (decimal): -1093315 or 4018671. OLE color: 4018671.
HSL color Cylindrical-coordinate representation of color #EF513D: hue angle of 6.74º 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 #EF513D is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 81 | 61 | - |
| CMYK | 0 | 0.66 | 0.74 | 0.06 |
| HSL | 6.74º | 0.85% | 0.59% | - |
| HSV(B) | 6.74º | 0.74% | 0.94% | - |
| XYZ | 39.38 | 24.57 | 7.08 | - |
| YUV | 125.96 | 91.35 | 208.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 81 | 61 | 0 | 0.66 | 0.74 | 0.06 | 6.74 | 0.85 | 0.59 |
| Hex | EF | 51 | 3D | 0 | 42 | 4A | 6 | 7 | 55 | 3B |
| Octal | 357 | 121 | 75 | 0 | 102 | 112 | 6 | 7 | 125 | 73 |
| Binary | 11101111 | 1010001 | 111101 | 0 | 1000010 | 1001010 | 110 | 111 | 1010101 | 111011 |
Color Harmonies of #EF513D
Complementary color
Monochromatic Colors of #EF513D
Black with #EF513D
Text Example
Text Example
White with #EF513D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF513D; }
p { color: rgb(239,81,61); }
H1.HeaderClassName
{
color: #EF513D;
}
.AnyTagClassName
{
color: #EF513D;
}
</style>
background-color css
<style>
a { background-color: #EF513D; }
a { background-color: rgb(239,81,61); }
div.DivClassName
{
background-color: #EF513D;
}
.BgClassName
{
background-color: #EF513D;
}
</style>
border-color css
<style>
span { border-color: #EF513D; }
span { border-color: rgb(239,81,61); }
td.TdClassName
{
border-color: #EF513D;
}
.TagClassName
{
border-color: #EF513D;
}
</style>