Shades of Terra Cotta #EF715D
Tints of Terra Cotta #EF715D
RGB
CMYK
RGB Variations
Color information
#EF715D (or 0xEF715D) is known color: Terra Cotta. HEX triplet: EF, 71 and 5D. RGB value is (239,113,93). Sum of RGB (Red+Green+Blue) = 239+113+93=445 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.71% from 445); Green value is 113 (44.53% from 255 or 25.39% from 445); Blue value is 93 (36.72% from 255 or 20.90% from 445); Max value from RGB is 239 - color contains mainly: red. Hex color #EF715D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF715D is #108EA2. Grayscale: #949494. Windows color (decimal): -1085091 or 6124015. OLE color: 6124015.
HSL color Cylindrical-coordinate representation of color #EF715D: hue angle of 8.22º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EF715D is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 113 | 93 | - |
| CMYK | 0 | 0.53 | 0.61 | 0.06 |
| HSL | 8.22º | 0.82% | 0.65% | - |
| HSV(B) | 8.22º | 0.61% | 0.94% | - |
| XYZ | 43.48 | 30.95 | 14.04 | - |
| YUV | 148.39 | 96.74 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 113 | 93 | 0 | 0.53 | 0.61 | 0.06 | 8.22 | 0.82 | 0.65 |
| Hex | EF | 71 | 5D | 0 | 35 | 3D | 6 | 8 | 52 | 41 |
| Octal | 357 | 161 | 135 | 0 | 65 | 75 | 6 | 10 | 122 | 101 |
| Binary | 11101111 | 1110001 | 1011101 | 0 | 110101 | 111101 | 110 | 1000 | 1010010 | 1000001 |
Color Harmonies of #EF715D
Complementary color
Monochromatic Colors of #EF715D
Black with #EF715D
Text Example
Text Example
White with #EF715D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF715D; }
p { color: rgb(239,113,93); }
H1.HeaderClassName
{
color: #EF715D;
}
.AnyTagClassName
{
color: #EF715D;
}
</style>
background-color css
<style>
a { background-color: #EF715D; }
a { background-color: rgb(239,113,93); }
div.DivClassName
{
background-color: #EF715D;
}
.BgClassName
{
background-color: #EF715D;
}
</style>
border-color css
<style>
span { border-color: #EF715D; }
span { border-color: rgb(239,113,93); }
td.TdClassName
{
border-color: #EF715D;
}
.TagClassName
{
border-color: #EF715D;
}
</style>