Shades of Terra Cotta #EF755D
Tints of Terra Cotta #EF755D
RGB
CMYK
RGB Variations
Color information
#EF755D (or 0xEF755D) is known color: Terra Cotta. HEX triplet: EF, 75 and 5D. RGB value is (239,117,93). Sum of RGB (Red+Green+Blue) = 239+117+93=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 117 (46.09% from 255 or 26.06% from 449); Blue value is 93 (36.72% from 255 or 20.71% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EF755D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF755D is #108AA2. Grayscale: #969696. Windows color (decimal): -1084067 or 6125039. OLE color: 6125039.
HSL color Cylindrical-coordinate representation of color #EF755D: hue angle of 9.86º 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 #EF755D is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 117 | 93 | - |
| CMYK | 0 | 0.51 | 0.61 | 0.06 |
| HSL | 9.86º | 0.82% | 0.65% | - |
| HSV(B) | 9.86º | 0.61% | 0.94% | - |
| XYZ | 43.93 | 31.86 | 14.19 | - |
| YUV | 150.74 | 95.42 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 117 | 93 | 0 | 0.51 | 0.61 | 0.06 | 9.86 | 0.82 | 0.65 |
| Hex | EF | 75 | 5D | 0 | 33 | 3D | 6 | A | 52 | 41 |
| Octal | 357 | 165 | 135 | 0 | 63 | 75 | 6 | 12 | 122 | 101 |
| Binary | 11101111 | 1110101 | 1011101 | 0 | 110011 | 111101 | 110 | 1010 | 1010010 | 1000001 |
Color Harmonies of #EF755D
Complementary color
Monochromatic Colors of #EF755D
Black with #EF755D
Text Example
Text Example
White with #EF755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF755D; }
p { color: rgb(239,117,93); }
H1.HeaderClassName
{
color: #EF755D;
}
.AnyTagClassName
{
color: #EF755D;
}
</style>
background-color css
<style>
a { background-color: #EF755D; }
a { background-color: rgb(239,117,93); }
div.DivClassName
{
background-color: #EF755D;
}
.BgClassName
{
background-color: #EF755D;
}
</style>
border-color css
<style>
span { border-color: #EF755D; }
span { border-color: rgb(239,117,93); }
td.TdClassName
{
border-color: #EF755D;
}
.TagClassName
{
border-color: #EF755D;
}
</style>