Shades of Terra Cotta #EF735D
Tints of Terra Cotta #EF735D
RGB
CMYK
RGB Variations
Color information
#EF735D (or 0xEF735D) is known color: Terra Cotta. HEX triplet: EF, 73 and 5D. RGB value is (239,115,93). Sum of RGB (Red+Green+Blue) = 239+115+93=447 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.47% from 447); Green value is 115 (45.31% from 255 or 25.73% from 447); Blue value is 93 (36.72% from 255 or 20.81% from 447); Max value from RGB is 239 - color contains mainly: red. Hex color #EF735D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF735D is #108CA2. Grayscale: #959595. Windows color (decimal): -1084579 or 6124527. OLE color: 6124527.
HSL color Cylindrical-coordinate representation of color #EF735D: hue angle of 9.04º 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 #EF735D is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 115 | 93 | - |
| CMYK | 0 | 0.52 | 0.61 | 0.06 |
| HSL | 9.04º | 0.82% | 0.65% | - |
| HSV(B) | 9.04º | 0.61% | 0.94% | - |
| XYZ | 43.7 | 31.4 | 14.11 | - |
| YUV | 149.57 | 96.08 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 115 | 93 | 0 | 0.52 | 0.61 | 0.06 | 9.04 | 0.82 | 0.65 |
| Hex | EF | 73 | 5D | 0 | 34 | 3D | 6 | 9 | 52 | 41 |
| Octal | 357 | 163 | 135 | 0 | 64 | 75 | 6 | 11 | 122 | 101 |
| Binary | 11101111 | 1110011 | 1011101 | 0 | 110100 | 111101 | 110 | 1001 | 1010010 | 1000001 |
Color Harmonies of #EF735D
Complementary color
Monochromatic Colors of #EF735D
Black with #EF735D
Text Example
Text Example
White with #EF735D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF735D; }
p { color: rgb(239,115,93); }
H1.HeaderClassName
{
color: #EF735D;
}
.AnyTagClassName
{
color: #EF735D;
}
</style>
background-color css
<style>
a { background-color: #EF735D; }
a { background-color: rgb(239,115,93); }
div.DivClassName
{
background-color: #EF735D;
}
.BgClassName
{
background-color: #EF735D;
}
</style>
border-color css
<style>
span { border-color: #EF735D; }
span { border-color: rgb(239,115,93); }
td.TdClassName
{
border-color: #EF735D;
}
.TagClassName
{
border-color: #EF735D;
}
</style>