Shades of Terra Cotta #EF7D61
Tints of Terra Cotta #EF7D61
RGB
CMYK
RGB Variations
Color information
#EF7D61 (or 0xEF7D61) is known color: Terra Cotta. HEX triplet: EF, 7D and 61. RGB value is (239,125,97). Sum of RGB (Red+Green+Blue) = 239+125+97=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 125 (49.22% from 255 or 27.11% from 461); Blue value is 97 (38.28% from 255 or 21.04% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7D61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7D61 is #10829E. Grayscale: #9C9C9C. Windows color (decimal): -1082015 or 6389231. OLE color: 6389231.
HSL color Cylindrical-coordinate representation of color #EF7D61: hue angle of 11.83º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EF7D61 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 125 | 97 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.06 |
| HSL | 11.83º | 0.82% | 0.66% | - |
| HSV(B) | 11.83º | 0.59% | 0.94% | - |
| XYZ | 45.09 | 33.88 | 15.47 | - |
| YUV | 155.89 | 94.77 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 125 | 97 | 0 | 0.48 | 0.59 | 0.06 | 11.83 | 0.82 | 0.66 |
| Hex | EF | 7D | 61 | 0 | 30 | 3B | 6 | C | 52 | 42 |
| Octal | 357 | 175 | 141 | 0 | 60 | 73 | 6 | 14 | 122 | 102 |
| Binary | 11101111 | 1111101 | 1100001 | 0 | 110000 | 111011 | 110 | 1100 | 1010010 | 1000010 |
Color Harmonies of #EF7D61
Complementary color
Monochromatic Colors of #EF7D61
Black with #EF7D61
Text Example
Text Example
White with #EF7D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7D61; }
p { color: rgb(239,125,97); }
H1.HeaderClassName
{
color: #EF7D61;
}
.AnyTagClassName
{
color: #EF7D61;
}
</style>
background-color css
<style>
a { background-color: #EF7D61; }
a { background-color: rgb(239,125,97); }
div.DivClassName
{
background-color: #EF7D61;
}
.BgClassName
{
background-color: #EF7D61;
}
</style>
border-color css
<style>
span { border-color: #EF7D61; }
span { border-color: rgb(239,125,97); }
td.TdClassName
{
border-color: #EF7D61;
}
.TagClassName
{
border-color: #EF7D61;
}
</style>