Shades of Sunset Orange #EF4A40
Tints of Sunset Orange #EF4A40
RGB
CMYK
RGB Variations
Color information
#EF4A40 (or 0xEF4A40) is known color: Sunset Orange. HEX triplet: EF, 4A and 40. RGB value is (239,74,64). Sum of RGB (Red+Green+Blue) = 239+74+64=377 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.40% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 64 (25.39% from 255 or 16.98% from 377); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4A40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4A40 is #10B5BF. Grayscale: #7A7A7A. Windows color (decimal): -1095104 or 4213487. OLE color: 4213487.
HSL color Cylindrical-coordinate representation of color #EF4A40: hue angle of 3.43º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF4A40 is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 74 | 64 | - |
| CMYK | 0 | 0.69 | 0.73 | 0.06 |
| HSL | 3.43º | 0.85% | 0.59% | - |
| HSV(B) | 3.43º | 0.73% | 0.94% | - |
| XYZ | 38.97 | 23.62 | 7.36 | - |
| YUV | 122.2 | 95.16 | 211.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 74 | 64 | 0 | 0.69 | 0.73 | 0.06 | 3.43 | 0.85 | 0.59 |
| Hex | EF | 4A | 40 | 0 | 45 | 49 | 6 | 3 | 55 | 3B |
| Octal | 357 | 112 | 100 | 0 | 105 | 111 | 6 | 3 | 125 | 73 |
| Binary | 11101111 | 1001010 | 1000000 | 0 | 1000101 | 1001001 | 110 | 11 | 1010101 | 111011 |
Color Harmonies of #EF4A40
Complementary color
Monochromatic Colors of #EF4A40
Black with #EF4A40
Text Example
Text Example
White with #EF4A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4A40; }
p { color: rgb(239,74,64); }
H1.HeaderClassName
{
color: #EF4A40;
}
.AnyTagClassName
{
color: #EF4A40;
}
</style>
background-color css
<style>
a { background-color: #EF4A40; }
a { background-color: rgb(239,74,64); }
div.DivClassName
{
background-color: #EF4A40;
}
.BgClassName
{
background-color: #EF4A40;
}
</style>
border-color css
<style>
span { border-color: #EF4A40; }
span { border-color: rgb(239,74,64); }
td.TdClassName
{
border-color: #EF4A40;
}
.TagClassName
{
border-color: #EF4A40;
}
</style>