Shades of Tomato #EF6940
Tints of Tomato #EF6940
RGB
CMYK
RGB Variations
Color information
#EF6940 (or 0xEF6940) is known color: Tomato. HEX triplet: EF, 69 and 40. RGB value is (239,105,64). Sum of RGB (Red+Green+Blue) = 239+105+64=408 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.58% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 64 (25.39% from 255 or 15.69% from 408); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6940 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6940 is #1096BF. Grayscale: #8C8C8C. Windows color (decimal): -1087168 or 4221423. OLE color: 4221423.
HSL color Cylindrical-coordinate representation of color #EF6940: hue angle of 14.06º 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 #EF6940 is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 105 | 64 | - |
| CMYK | 0 | 0.56 | 0.73 | 0.06 |
| HSL | 14.06º | 0.85% | 0.59% | - |
| HSV(B) | 14.06º | 0.73% | 0.94% | - |
| XYZ | 41.57 | 28.82 | 8.22 | - |
| YUV | 140.39 | 84.89 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 105 | 64 | 0 | 0.56 | 0.73 | 0.06 | 14.06 | 0.85 | 0.59 |
| Hex | EF | 69 | 40 | 0 | 38 | 49 | 6 | E | 55 | 3B |
| Octal | 357 | 151 | 100 | 0 | 70 | 111 | 6 | 16 | 125 | 73 |
| Binary | 11101111 | 1101001 | 1000000 | 0 | 111000 | 1001001 | 110 | 1110 | 1010101 | 111011 |
Color Harmonies of #EF6940
Complementary color
Monochromatic Colors of #EF6940
Black with #EF6940
Text Example
Text Example
White with #EF6940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6940; }
p { color: rgb(239,105,64); }
H1.HeaderClassName
{
color: #EF6940;
}
.AnyTagClassName
{
color: #EF6940;
}
</style>
background-color css
<style>
a { background-color: #EF6940; }
a { background-color: rgb(239,105,64); }
div.DivClassName
{
background-color: #EF6940;
}
.BgClassName
{
background-color: #EF6940;
}
</style>
border-color css
<style>
span { border-color: #EF6940; }
span { border-color: rgb(239,105,64); }
td.TdClassName
{
border-color: #EF6940;
}
.TagClassName
{
border-color: #EF6940;
}
</style>