Shades of Terra Cotta #E5685C
Tints of Terra Cotta #E5685C
RGB
CMYK
RGB Variations
Color information
#E5685C (or 0xE5685C) is known color: Terra Cotta. HEX triplet: E5, 68 and 5C. RGB value is (229,104,92). Sum of RGB (Red+Green+Blue) = 229+104+92=425 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.88% from 425); Green value is 104 (41.02% from 255 or 24.47% from 425); Blue value is 92 (36.33% from 255 or 21.65% from 425); Max value from RGB is 229 - color contains mainly: red. Hex color #E5685C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5685C is #1A97A3. Grayscale: #8C8C8C. Windows color (decimal): -1742756 or 6056165. OLE color: 6056165.
HSL color Cylindrical-coordinate representation of color #E5685C: hue angle of 5.26º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E5685C is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 104 | 92 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.10 |
| HSL | 5.26º | 0.72% | 0.63% | - |
| HSV(B) | 5.26º | 0.6% | 0.9% | - |
| XYZ | 39.2 | 27.33 | 13.33 | - |
| YUV | 140.01 | 100.91 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 104 | 92 | 0 | 0.55 | 0.60 | 0.10 | 5.26 | 0.72 | 0.63 |
| Hex | E5 | 68 | 5C | 0 | 37 | 3C | A | 5 | 48 | 3F |
| Octal | 345 | 150 | 134 | 0 | 67 | 74 | 12 | 5 | 110 | 77 |
| Binary | 11100101 | 1101000 | 1011100 | 0 | 110111 | 111100 | 1010 | 101 | 1001000 | 111111 |
Color Harmonies of #E5685C
Complementary color
Monochromatic Colors of #E5685C
Black with #E5685C
Text Example
Text Example
White with #E5685C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5685C; }
p { color: rgb(229,104,92); }
H1.HeaderClassName
{
color: #E5685C;
}
.AnyTagClassName
{
color: #E5685C;
}
</style>
background-color css
<style>
a { background-color: #E5685C; }
a { background-color: rgb(229,104,92); }
div.DivClassName
{
background-color: #E5685C;
}
.BgClassName
{
background-color: #E5685C;
}
</style>
border-color css
<style>
span { border-color: #E5685C; }
span { border-color: rgb(229,104,92); }
td.TdClassName
{
border-color: #E5685C;
}
.TagClassName
{
border-color: #E5685C;
}
</style>