Shades of Terra Cotta #EF735E
Tints of Terra Cotta #EF735E
RGB
CMYK
RGB Variations
Color information
#EF735E (or 0xEF735E) is known color: Terra Cotta. HEX triplet: EF, 73 and 5E. RGB value is (239,115,94). Sum of RGB (Red+Green+Blue) = 239+115+94=448 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.35% from 448); Green value is 115 (45.31% from 255 or 25.67% from 448); Blue value is 94 (37.11% from 255 or 20.98% from 448); Max value from RGB is 239 - color contains mainly: red. Hex color #EF735E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF735E is #108CA1. Grayscale: #959595. Windows color (decimal): -1084578 or 6190063. OLE color: 6190063.
HSL color Cylindrical-coordinate representation of color #EF735E: hue angle of 8.69º 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 #EF735E is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 115 | 94 | - |
| CMYK | 0 | 0.52 | 0.61 | 0.06 |
| HSL | 8.69º | 0.82% | 0.65% | - |
| HSV(B) | 8.69º | 0.61% | 0.94% | - |
| XYZ | 43.75 | 31.42 | 14.35 | - |
| YUV | 149.68 | 96.58 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 115 | 94 | 0 | 0.52 | 0.61 | 0.06 | 8.69 | 0.82 | 0.65 |
| Hex | EF | 73 | 5E | 0 | 34 | 3D | 6 | 9 | 52 | 41 |
| Octal | 357 | 163 | 136 | 0 | 64 | 75 | 6 | 11 | 122 | 101 |
| Binary | 11101111 | 1110011 | 1011110 | 0 | 110100 | 111101 | 110 | 1001 | 1010010 | 1000001 |
Color Harmonies of #EF735E
Complementary color
Monochromatic Colors of #EF735E
Black with #EF735E
Text Example
Text Example
White with #EF735E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF735E; }
p { color: rgb(239,115,94); }
H1.HeaderClassName
{
color: #EF735E;
}
.AnyTagClassName
{
color: #EF735E;
}
</style>
background-color css
<style>
a { background-color: #EF735E; }
a { background-color: rgb(239,115,94); }
div.DivClassName
{
background-color: #EF735E;
}
.BgClassName
{
background-color: #EF735E;
}
</style>
border-color css
<style>
span { border-color: #EF735E; }
span { border-color: rgb(239,115,94); }
td.TdClassName
{
border-color: #EF735E;
}
.TagClassName
{
border-color: #EF735E;
}
</style>