Shades of Terra Cotta #E6755A
Tints of Terra Cotta #E6755A
RGB
CMYK
RGB Variations
Color information
#E6755A (or 0xE6755A) is known color: Terra Cotta. HEX triplet: E6, 75 and 5A. RGB value is (230,117,90). Sum of RGB (Red+Green+Blue) = 230+117+90=437 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.63% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 90 (35.55% from 255 or 20.59% from 437); Max value from RGB is 230 - color contains mainly: red. Hex color #E6755A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6755A is #198AA5. Grayscale: #939393. Windows color (decimal): -1673894 or 5928422. OLE color: 5928422.
HSL color Cylindrical-coordinate representation of color #E6755A: hue angle of 11.57º degrees, saturation: 0.74, 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 #E6755A is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 117 | 90 | - |
| CMYK | 0 | 0.49 | 0.61 | 0.10 |
| HSL | 11.57º | 0.74% | 0.63% | - |
| HSV(B) | 11.57º | 0.61% | 0.9% | - |
| XYZ | 40.84 | 30.28 | 13.37 | - |
| YUV | 147.71 | 95.44 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 117 | 90 | 0 | 0.49 | 0.61 | 0.10 | 11.57 | 0.74 | 0.63 |
| Hex | E6 | 75 | 5A | 0 | 31 | 3D | A | C | 4A | 3F |
| Octal | 346 | 165 | 132 | 0 | 61 | 75 | 12 | 14 | 112 | 77 |
| Binary | 11100110 | 1110101 | 1011010 | 0 | 110001 | 111101 | 1010 | 1100 | 1001010 | 111111 |
Color Harmonies of #E6755A
Complementary color
Monochromatic Colors of #E6755A
Black with #E6755A
Text Example
Text Example
White with #E6755A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6755A; }
p { color: rgb(230,117,90); }
H1.HeaderClassName
{
color: #E6755A;
}
.AnyTagClassName
{
color: #E6755A;
}
</style>
background-color css
<style>
a { background-color: #E6755A; }
a { background-color: rgb(230,117,90); }
div.DivClassName
{
background-color: #E6755A;
}
.BgClassName
{
background-color: #E6755A;
}
</style>
border-color css
<style>
span { border-color: #E6755A; }
span { border-color: rgb(230,117,90); }
td.TdClassName
{
border-color: #E6755A;
}
.TagClassName
{
border-color: #E6755A;
}
</style>