Shades of Terra Cotta #EF7A60
Tints of Terra Cotta #EF7A60
RGB
CMYK
RGB Variations
Color information
#EF7A60 (or 0xEF7A60) is known color: Terra Cotta. HEX triplet: EF, 7A and 60. RGB value is (239,122,96). Sum of RGB (Red+Green+Blue) = 239+122+96=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 122 (48.05% from 255 or 26.70% from 457); Blue value is 96 (37.89% from 255 or 21.01% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7A60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7A60 is #10859F. Grayscale: #9A9A9A. Windows color (decimal): -1082784 or 6322927. OLE color: 6322927.
HSL color Cylindrical-coordinate representation of color #EF7A60: hue angle of 10.91º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF7A60 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 122 | 96 | - |
| CMYK | 0 | 0.49 | 0.60 | 0.06 |
| HSL | 10.91º | 0.82% | 0.66% | - |
| HSV(B) | 10.91º | 0.6% | 0.94% | - |
| XYZ | 44.67 | 33.11 | 15.1 | - |
| YUV | 154.02 | 95.26 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 122 | 96 | 0 | 0.49 | 0.60 | 0.06 | 10.91 | 0.82 | 0.66 |
| Hex | EF | 7A | 60 | 0 | 31 | 3C | 6 | B | 52 | 42 |
| Octal | 357 | 172 | 140 | 0 | 61 | 74 | 6 | 13 | 122 | 102 |
| Binary | 11101111 | 1111010 | 1100000 | 0 | 110001 | 111100 | 110 | 1011 | 1010010 | 1000010 |
Color Harmonies of #EF7A60
Complementary color
Monochromatic Colors of #EF7A60
Black with #EF7A60
Text Example
Text Example
White with #EF7A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7A60; }
p { color: rgb(239,122,96); }
H1.HeaderClassName
{
color: #EF7A60;
}
.AnyTagClassName
{
color: #EF7A60;
}
</style>
background-color css
<style>
a { background-color: #EF7A60; }
a { background-color: rgb(239,122,96); }
div.DivClassName
{
background-color: #EF7A60;
}
.BgClassName
{
background-color: #EF7A60;
}
</style>
border-color css
<style>
span { border-color: #EF7A60; }
span { border-color: rgb(239,122,96); }
td.TdClassName
{
border-color: #EF7A60;
}
.TagClassName
{
border-color: #EF7A60;
}
</style>