Shades of Terra Cotta #EA735D
Tints of Terra Cotta #EA735D
RGB
CMYK
RGB Variations
Color information
#EA735D (or 0xEA735D) is known color: Terra Cotta. HEX triplet: EA, 73 and 5D. RGB value is (234,115,93). Sum of RGB (Red+Green+Blue) = 234+115+93=442 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.94% from 442); Green value is 115 (45.31% from 255 or 26.02% from 442); Blue value is 93 (36.72% from 255 or 21.04% from 442); Max value from RGB is 234 - color contains mainly: red. Hex color #EA735D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA735D is #158CA2. Grayscale: #949494. Windows color (decimal): -1412259 or 6124522. OLE color: 6124522.
HSL color Cylindrical-coordinate representation of color #EA735D: hue angle of 9.36º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EA735D is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 115 | 93 | - |
| CMYK | 0 | 0.51 | 0.60 | 0.08 |
| HSL | 9.36º | 0.77% | 0.64% | - |
| HSV(B) | 9.36º | 0.6% | 0.92% | - |
| XYZ | 42.04 | 30.54 | 14.04 | - |
| YUV | 148.07 | 96.92 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 115 | 93 | 0 | 0.51 | 0.60 | 0.08 | 9.36 | 0.77 | 0.64 |
| Hex | EA | 73 | 5D | 0 | 33 | 3C | 8 | 9 | 4D | 40 |
| Octal | 352 | 163 | 135 | 0 | 63 | 74 | 10 | 11 | 115 | 100 |
| Binary | 11101010 | 1110011 | 1011101 | 0 | 110011 | 111100 | 1000 | 1001 | 1001101 | 1000000 |
Color Harmonies of #EA735D
Complementary color
Monochromatic Colors of #EA735D
Black with #EA735D
Text Example
Text Example
White with #EA735D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA735D; }
p { color: rgb(234,115,93); }
H1.HeaderClassName
{
color: #EA735D;
}
.AnyTagClassName
{
color: #EA735D;
}
</style>
background-color css
<style>
a { background-color: #EA735D; }
a { background-color: rgb(234,115,93); }
div.DivClassName
{
background-color: #EA735D;
}
.BgClassName
{
background-color: #EA735D;
}
</style>
border-color css
<style>
span { border-color: #EA735D; }
span { border-color: rgb(234,115,93); }
td.TdClassName
{
border-color: #EA735D;
}
.TagClassName
{
border-color: #EA735D;
}
</style>