Shades of Terra Cotta #E6735A
Tints of Terra Cotta #E6735A
RGB
CMYK
RGB Variations
Color information
#E6735A (or 0xE6735A) is known color: Terra Cotta. HEX triplet: E6, 73 and 5A. RGB value is (230,115,90). Sum of RGB (Red+Green+Blue) = 230+115+90=435 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.87% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 90 (35.55% from 255 or 20.69% from 435); Max value from RGB is 230 - color contains mainly: red. Hex color #E6735A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6735A is #198CA5. Grayscale: #929292. Windows color (decimal): -1674406 or 5927910. OLE color: 5927910.
HSL color Cylindrical-coordinate representation of color #E6735A: hue angle of 10.71º 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 #E6735A is Cyan = 0, Magento = 0.5, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 115 | 90 | - |
| CMYK | 0 | 0.5 | 0.61 | 0.10 |
| HSL | 10.71º | 0.74% | 0.63% | - |
| HSV(B) | 10.71º | 0.61% | 0.9% | - |
| XYZ | 40.61 | 29.82 | 13.29 | - |
| YUV | 146.54 | 96.1 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 115 | 90 | 0 | 0.5 | 0.61 | 0.10 | 10.71 | 0.74 | 0.63 |
| Hex | E6 | 73 | 5A | 0 | 32 | 3D | A | B | 4A | 3F |
| Octal | 346 | 163 | 132 | 0 | 62 | 75 | 12 | 13 | 112 | 77 |
| Binary | 11100110 | 1110011 | 1011010 | 0 | 110010 | 111101 | 1010 | 1011 | 1001010 | 111111 |
Color Harmonies of #E6735A
Complementary color
Monochromatic Colors of #E6735A
Black with #E6735A
Text Example
Text Example
White with #E6735A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6735A; }
p { color: rgb(230,115,90); }
H1.HeaderClassName
{
color: #E6735A;
}
.AnyTagClassName
{
color: #E6735A;
}
</style>
background-color css
<style>
a { background-color: #E6735A; }
a { background-color: rgb(230,115,90); }
div.DivClassName
{
background-color: #E6735A;
}
.BgClassName
{
background-color: #E6735A;
}
</style>
border-color css
<style>
span { border-color: #E6735A; }
span { border-color: rgb(230,115,90); }
td.TdClassName
{
border-color: #E6735A;
}
.TagClassName
{
border-color: #E6735A;
}
</style>