Shades of Terra Cotta #E5695A
Tints of Terra Cotta #E5695A
RGB
CMYK
RGB Variations
Color information
#E5695A (or 0xE5695A) is known color: Terra Cotta. HEX triplet: E5, 69 and 5A. RGB value is (229,105,90). Sum of RGB (Red+Green+Blue) = 229+105+90=424 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.01% from 424); Green value is 105 (41.41% from 255 or 24.76% from 424); Blue value is 90 (35.55% from 255 or 21.23% from 424); Max value from RGB is 229 - color contains mainly: red. Hex color #E5695A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5695A is #1A96A5. Grayscale: #8C8C8C. Windows color (decimal): -1742502 or 5925349. OLE color: 5925349.
HSL color Cylindrical-coordinate representation of color #E5695A: hue angle of 6.47º 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 #E5695A is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 105 | 90 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.10 |
| HSL | 6.47º | 0.73% | 0.63% | - |
| HSV(B) | 6.47º | 0.61% | 0.9% | - |
| XYZ | 39.21 | 27.5 | 12.91 | - |
| YUV | 140.37 | 99.58 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 105 | 90 | 0 | 0.54 | 0.61 | 0.10 | 6.47 | 0.73 | 0.63 |
| Hex | E5 | 69 | 5A | 0 | 36 | 3D | A | 6 | 49 | 3F |
| Octal | 345 | 151 | 132 | 0 | 66 | 75 | 12 | 6 | 111 | 77 |
| Binary | 11100101 | 1101001 | 1011010 | 0 | 110110 | 111101 | 1010 | 110 | 1001001 | 111111 |
Color Harmonies of #E5695A
Complementary color
Monochromatic Colors of #E5695A
Black with #E5695A
Text Example
Text Example
White with #E5695A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5695A; }
p { color: rgb(229,105,90); }
H1.HeaderClassName
{
color: #E5695A;
}
.AnyTagClassName
{
color: #E5695A;
}
</style>
background-color css
<style>
a { background-color: #E5695A; }
a { background-color: rgb(229,105,90); }
div.DivClassName
{
background-color: #E5695A;
}
.BgClassName
{
background-color: #E5695A;
}
</style>
border-color css
<style>
span { border-color: #E5695A; }
span { border-color: rgb(229,105,90); }
td.TdClassName
{
border-color: #E5695A;
}
.TagClassName
{
border-color: #E5695A;
}
</style>