Shades of Terra Cotta #EF765D
Tints of Terra Cotta #EF765D
RGB
CMYK
RGB Variations
Color information
#EF765D (or 0xEF765D) is known color: Terra Cotta. HEX triplet: EF, 76 and 5D. RGB value is (239,118,93). Sum of RGB (Red+Green+Blue) = 239+118+93=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 118 (46.48% from 255 or 26.22% from 450); Blue value is 93 (36.72% from 255 or 20.67% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EF765D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF765D is #1089A2. Grayscale: #979797. Windows color (decimal): -1083811 or 6125295. OLE color: 6125295.
HSL color Cylindrical-coordinate representation of color #EF765D: hue angle of 10.27º 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 #EF765D is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 118 | 93 | - |
| CMYK | 0 | 0.51 | 0.61 | 0.06 |
| HSL | 10.27º | 0.82% | 0.65% | - |
| HSV(B) | 10.27º | 0.61% | 0.94% | - |
| XYZ | 44.05 | 32.1 | 14.23 | - |
| YUV | 151.33 | 95.09 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 118 | 93 | 0 | 0.51 | 0.61 | 0.06 | 10.27 | 0.82 | 0.65 |
| Hex | EF | 76 | 5D | 0 | 33 | 3D | 6 | A | 52 | 41 |
| Octal | 357 | 166 | 135 | 0 | 63 | 75 | 6 | 12 | 122 | 101 |
| Binary | 11101111 | 1110110 | 1011101 | 0 | 110011 | 111101 | 110 | 1010 | 1010010 | 1000001 |
Color Harmonies of #EF765D
Complementary color
Monochromatic Colors of #EF765D
Black with #EF765D
Text Example
Text Example
White with #EF765D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF765D; }
p { color: rgb(239,118,93); }
H1.HeaderClassName
{
color: #EF765D;
}
.AnyTagClassName
{
color: #EF765D;
}
</style>
background-color css
<style>
a { background-color: #EF765D; }
a { background-color: rgb(239,118,93); }
div.DivClassName
{
background-color: #EF765D;
}
.BgClassName
{
background-color: #EF765D;
}
</style>
border-color css
<style>
span { border-color: #EF765D; }
span { border-color: rgb(239,118,93); }
td.TdClassName
{
border-color: #EF765D;
}
.TagClassName
{
border-color: #EF765D;
}
</style>