Shades of Terra Cotta #EF715C
Tints of Terra Cotta #EF715C
RGB
CMYK
RGB Variations
Color information
#EF715C (or 0xEF715C) is known color: Terra Cotta. HEX triplet: EF, 71 and 5C. RGB value is (239,113,92). Sum of RGB (Red+Green+Blue) = 239+113+92=444 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.83% from 444); Green value is 113 (44.53% from 255 or 25.45% from 444); Blue value is 92 (36.33% from 255 or 20.72% from 444); Max value from RGB is 239 - color contains mainly: red. Hex color #EF715C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF715C is #108EA3. Grayscale: #949494. Windows color (decimal): -1085092 or 6058479. OLE color: 6058479.
HSL color Cylindrical-coordinate representation of color #EF715C: hue angle of 8.57º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF715C is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 113 | 92 | - |
| CMYK | 0 | 0.53 | 0.62 | 0.06 |
| HSL | 8.57º | 0.82% | 0.65% | - |
| HSV(B) | 8.57º | 0.62% | 0.94% | - |
| XYZ | 43.43 | 30.93 | 13.81 | - |
| YUV | 148.28 | 96.24 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 113 | 92 | 0 | 0.53 | 0.62 | 0.06 | 8.57 | 0.82 | 0.65 |
| Hex | EF | 71 | 5C | 0 | 35 | 3E | 6 | 9 | 52 | 41 |
| Octal | 357 | 161 | 134 | 0 | 65 | 76 | 6 | 11 | 122 | 101 |
| Binary | 11101111 | 1110001 | 1011100 | 0 | 110101 | 111110 | 110 | 1001 | 1010010 | 1000001 |
Color Harmonies of #EF715C
Complementary color
Monochromatic Colors of #EF715C
Black with #EF715C
Text Example
Text Example
White with #EF715C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF715C; }
p { color: rgb(239,113,92); }
H1.HeaderClassName
{
color: #EF715C;
}
.AnyTagClassName
{
color: #EF715C;
}
</style>
background-color css
<style>
a { background-color: #EF715C; }
a { background-color: rgb(239,113,92); }
div.DivClassName
{
background-color: #EF715C;
}
.BgClassName
{
background-color: #EF715C;
}
</style>
border-color css
<style>
span { border-color: #EF715C; }
span { border-color: rgb(239,113,92); }
td.TdClassName
{
border-color: #EF715C;
}
.TagClassName
{
border-color: #EF715C;
}
</style>