Shades of Terra Cotta #EF7464
Tints of Terra Cotta #EF7464
RGB
CMYK
RGB Variations
Color information
#EF7464 (or 0xEF7464) is known color: Terra Cotta. HEX triplet: EF, 74 and 64. RGB value is (239,116,100). Sum of RGB (Red+Green+Blue) = 239+116+100=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 116 (45.70% from 255 or 25.49% from 455); Blue value is 100 (39.45% from 255 or 21.98% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7464 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7464 is #108B9B. Grayscale: #979797. Windows color (decimal): -1084316 or 6583535. OLE color: 6583535.
HSL color Cylindrical-coordinate representation of color #EF7464: hue angle of 6.91º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF7464 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 116 | 100 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.06 |
| HSL | 6.91º | 0.81% | 0.66% | - |
| HSV(B) | 6.91º | 0.58% | 0.94% | - |
| XYZ | 44.14 | 31.76 | 15.86 | - |
| YUV | 150.95 | 99.25 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 116 | 100 | 0 | 0.51 | 0.58 | 0.06 | 6.91 | 0.81 | 0.66 |
| Hex | EF | 74 | 64 | 0 | 33 | 3A | 6 | 7 | 51 | 42 |
| Octal | 357 | 164 | 144 | 0 | 63 | 72 | 6 | 7 | 121 | 102 |
| Binary | 11101111 | 1110100 | 1100100 | 0 | 110011 | 111010 | 110 | 111 | 1010001 | 1000010 |
Color Harmonies of #EF7464
Complementary color
Monochromatic Colors of #EF7464
Black with #EF7464
Text Example
Text Example
White with #EF7464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7464; }
p { color: rgb(239,116,100); }
H1.HeaderClassName
{
color: #EF7464;
}
.AnyTagClassName
{
color: #EF7464;
}
</style>
background-color css
<style>
a { background-color: #EF7464; }
a { background-color: rgb(239,116,100); }
div.DivClassName
{
background-color: #EF7464;
}
.BgClassName
{
background-color: #EF7464;
}
</style>
border-color css
<style>
span { border-color: #EF7464; }
span { border-color: rgb(239,116,100); }
td.TdClassName
{
border-color: #EF7464;
}
.TagClassName
{
border-color: #EF7464;
}
</style>