Shades of Tomato #EF5A45
Tints of Tomato #EF5A45
RGB
CMYK
RGB Variations
Color information
#EF5A45 (or 0xEF5A45) is known color: Tomato. HEX triplet: EF, 5A and 45. RGB value is (239,90,69). Sum of RGB (Red+Green+Blue) = 239+90+69=398 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.05% from 398); Green value is 90 (35.55% from 255 or 22.61% from 398); Blue value is 69 (27.34% from 255 or 17.34% from 398); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5A45 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5A45 is #10A5BA. Grayscale: #848484. Windows color (decimal): -1091003 or 4545263. OLE color: 4545263.
HSL color Cylindrical-coordinate representation of color #EF5A45: hue angle of 7.41º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EF5A45 is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 90 | 69 | - |
| CMYK | 0 | 0.62 | 0.71 | 0.06 |
| HSL | 7.41º | 0.84% | 0.6% | - |
| HSV(B) | 7.41º | 0.71% | 0.94% | - |
| XYZ | 40.33 | 26.09 | 8.54 | - |
| YUV | 132.16 | 92.36 | 204.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 90 | 69 | 0 | 0.62 | 0.71 | 0.06 | 7.41 | 0.84 | 0.6 |
| Hex | EF | 5A | 45 | 0 | 3E | 47 | 6 | 7 | 54 | 3C |
| Octal | 357 | 132 | 105 | 0 | 76 | 107 | 6 | 7 | 124 | 74 |
| Binary | 11101111 | 1011010 | 1000101 | 0 | 111110 | 1000111 | 110 | 111 | 1010100 | 111100 |
Color Harmonies of #EF5A45
Complementary color
Monochromatic Colors of #EF5A45
Black with #EF5A45
Text Example
Text Example
White with #EF5A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5A45; }
p { color: rgb(239,90,69); }
H1.HeaderClassName
{
color: #EF5A45;
}
.AnyTagClassName
{
color: #EF5A45;
}
</style>
background-color css
<style>
a { background-color: #EF5A45; }
a { background-color: rgb(239,90,69); }
div.DivClassName
{
background-color: #EF5A45;
}
.BgClassName
{
background-color: #EF5A45;
}
</style>
border-color css
<style>
span { border-color: #EF5A45; }
span { border-color: rgb(239,90,69); }
td.TdClassName
{
border-color: #EF5A45;
}
.TagClassName
{
border-color: #EF5A45;
}
</style>