Shades of Terra Cotta #E5755A
Tints of Terra Cotta #E5755A
RGB
CMYK
RGB Variations
Color information
#E5755A (or 0xE5755A) is known color: Terra Cotta. HEX triplet: E5, 75 and 5A. RGB value is (229,117,90). Sum of RGB (Red+Green+Blue) = 229+117+90=436 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.52% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 90 (35.55% from 255 or 20.64% from 436); Max value from RGB is 229 - color contains mainly: red. Hex color #E5755A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5755A is #1A8AA5. Grayscale: #939393. Windows color (decimal): -1739430 or 5928421. OLE color: 5928421.
HSL color Cylindrical-coordinate representation of color #E5755A: hue angle of 11.65º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E5755A is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 117 | 90 | - |
| CMYK | 0 | 0.49 | 0.61 | 0.10 |
| HSL | 11.65º | 0.73% | 0.63% | - |
| HSV(B) | 11.65º | 0.61% | 0.9% | - |
| XYZ | 40.52 | 30.12 | 13.35 | - |
| YUV | 147.41 | 95.61 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 117 | 90 | 0 | 0.49 | 0.61 | 0.10 | 11.65 | 0.73 | 0.63 |
| Hex | E5 | 75 | 5A | 0 | 31 | 3D | A | C | 49 | 3F |
| Octal | 345 | 165 | 132 | 0 | 61 | 75 | 12 | 14 | 111 | 77 |
| Binary | 11100101 | 1110101 | 1011010 | 0 | 110001 | 111101 | 1010 | 1100 | 1001001 | 111111 |
Color Harmonies of #E5755A
Complementary color
Monochromatic Colors of #E5755A
Black with #E5755A
Text Example
Text Example
White with #E5755A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5755A; }
p { color: rgb(229,117,90); }
H1.HeaderClassName
{
color: #E5755A;
}
.AnyTagClassName
{
color: #E5755A;
}
</style>
background-color css
<style>
a { background-color: #E5755A; }
a { background-color: rgb(229,117,90); }
div.DivClassName
{
background-color: #E5755A;
}
.BgClassName
{
background-color: #E5755A;
}
</style>
border-color css
<style>
span { border-color: #E5755A; }
span { border-color: rgb(229,117,90); }
td.TdClassName
{
border-color: #E5755A;
}
.TagClassName
{
border-color: #E5755A;
}
</style>