Shades of Tomato #EF5D40
Tints of Tomato #EF5D40
RGB
CMYK
RGB Variations
Color information
#EF5D40 (or 0xEF5D40) is known color: Tomato. HEX triplet: EF, 5D and 40. RGB value is (239,93,64). Sum of RGB (Red+Green+Blue) = 239+93+64=396 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.35% from 396); Green value is 93 (36.72% from 255 or 23.48% from 396); Blue value is 64 (25.39% from 255 or 16.16% from 396); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5D40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5D40 is #10A2BF. Grayscale: #858585. Windows color (decimal): -1090240 or 4218351. OLE color: 4218351.
HSL color Cylindrical-coordinate representation of color #EF5D40: hue angle of 9.94º 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 #EF5D40 is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 93 | 64 | - |
| CMYK | 0 | 0.61 | 0.73 | 0.06 |
| HSL | 9.94º | 0.85% | 0.59% | - |
| HSV(B) | 9.94º | 0.73% | 0.94% | - |
| XYZ | 40.44 | 26.55 | 7.84 | - |
| YUV | 133.35 | 88.87 | 203.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 93 | 64 | 0 | 0.61 | 0.73 | 0.06 | 9.94 | 0.85 | 0.59 |
| Hex | EF | 5D | 40 | 0 | 3D | 49 | 6 | A | 55 | 3B |
| Octal | 357 | 135 | 100 | 0 | 75 | 111 | 6 | 12 | 125 | 73 |
| Binary | 11101111 | 1011101 | 1000000 | 0 | 111101 | 1001001 | 110 | 1010 | 1010101 | 111011 |
Color Harmonies of #EF5D40
Complementary color
Monochromatic Colors of #EF5D40
Black with #EF5D40
Text Example
Text Example
White with #EF5D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5D40; }
p { color: rgb(239,93,64); }
H1.HeaderClassName
{
color: #EF5D40;
}
.AnyTagClassName
{
color: #EF5D40;
}
</style>
background-color css
<style>
a { background-color: #EF5D40; }
a { background-color: rgb(239,93,64); }
div.DivClassName
{
background-color: #EF5D40;
}
.BgClassName
{
background-color: #EF5D40;
}
</style>
border-color css
<style>
span { border-color: #EF5D40; }
span { border-color: rgb(239,93,64); }
td.TdClassName
{
border-color: #EF5D40;
}
.TagClassName
{
border-color: #EF5D40;
}
</style>