Shades of Terra Cotta #E5755E
Tints of Terra Cotta #E5755E
RGB
CMYK
RGB Variations
Color information
#E5755E (or 0xE5755E) is known color: Terra Cotta. HEX triplet: E5, 75 and 5E. RGB value is (229,117,94). Sum of RGB (Red+Green+Blue) = 229+117+94=440 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.05% from 440); Green value is 117 (46.09% from 255 or 26.59% from 440); Blue value is 94 (37.11% from 255 or 21.36% from 440); Max value from RGB is 229 - color contains mainly: red. Hex color #E5755E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5755E is #1A8AA1. Grayscale: #949494. Windows color (decimal): -1739426 or 6190565. OLE color: 6190565.
HSL color Cylindrical-coordinate representation of color #E5755E: hue angle of 10.22º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E5755E is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 117 | 94 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.10 |
| HSL | 10.22º | 0.72% | 0.63% | - |
| HSV(B) | 10.22º | 0.59% | 0.9% | - |
| XYZ | 40.69 | 30.19 | 14.27 | - |
| YUV | 147.87 | 97.61 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 117 | 94 | 0 | 0.49 | 0.59 | 0.10 | 10.22 | 0.72 | 0.63 |
| Hex | E5 | 75 | 5E | 0 | 31 | 3B | A | A | 48 | 3F |
| Octal | 345 | 165 | 136 | 0 | 61 | 73 | 12 | 12 | 110 | 77 |
| Binary | 11100101 | 1110101 | 1011110 | 0 | 110001 | 111011 | 1010 | 1010 | 1001000 | 111111 |
Color Harmonies of #E5755E
Complementary color
Monochromatic Colors of #E5755E
Black with #E5755E
Text Example
Text Example
White with #E5755E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5755E; }
p { color: rgb(229,117,94); }
H1.HeaderClassName
{
color: #E5755E;
}
.AnyTagClassName
{
color: #E5755E;
}
</style>
background-color css
<style>
a { background-color: #E5755E; }
a { background-color: rgb(229,117,94); }
div.DivClassName
{
background-color: #E5755E;
}
.BgClassName
{
background-color: #E5755E;
}
</style>
border-color css
<style>
span { border-color: #E5755E; }
span { border-color: rgb(229,117,94); }
td.TdClassName
{
border-color: #E5755E;
}
.TagClassName
{
border-color: #E5755E;
}
</style>