Shades of Terra Cotta #E07765
Tints of Terra Cotta #E07765
RGB
CMYK
RGB Variations
Color information
#E07765 (or 0xE07765) is known color: Terra Cotta. HEX triplet: E0, 77 and 65. RGB value is (224,119,101). Sum of RGB (Red+Green+Blue) = 224+119+101=444 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.45% from 444); Green value is 119 (46.88% from 255 or 26.80% from 444); Blue value is 101 (39.84% from 255 or 22.75% from 444); Max value from RGB is 224 - color contains mainly: red. Hex color #E07765 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07765 is #1F889A. Grayscale: #949494. Windows color (decimal): -2066587 or 6649824. OLE color: 6649824.
HSL color Cylindrical-coordinate representation of color #E07765: hue angle of 8.78º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E07765 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 119 | 101 | - |
| CMYK | 0 | 0.47 | 0.55 | 0.12 |
| HSL | 8.78º | 0.66% | 0.64% | - |
| HSV(B) | 8.78º | 0.55% | 0.88% | - |
| XYZ | 39.69 | 29.98 | 16.01 | - |
| YUV | 148.34 | 101.29 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 119 | 101 | 0 | 0.47 | 0.55 | 0.12 | 8.78 | 0.66 | 0.64 |
| Hex | E0 | 77 | 65 | 0 | 2F | 37 | C | 9 | 42 | 40 |
| Octal | 340 | 167 | 145 | 0 | 57 | 67 | 14 | 11 | 102 | 100 |
| Binary | 11100000 | 1110111 | 1100101 | 0 | 101111 | 110111 | 1100 | 1001 | 1000010 | 1000000 |
Color Harmonies of #E07765
Complementary color
Monochromatic Colors of #E07765
Black with #E07765
Text Example
Text Example
White with #E07765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07765; }
p { color: rgb(224,119,101); }
H1.HeaderClassName
{
color: #E07765;
}
.AnyTagClassName
{
color: #E07765;
}
</style>
background-color css
<style>
a { background-color: #E07765; }
a { background-color: rgb(224,119,101); }
div.DivClassName
{
background-color: #E07765;
}
.BgClassName
{
background-color: #E07765;
}
</style>
border-color css
<style>
span { border-color: #E07765; }
span { border-color: rgb(224,119,101); }
td.TdClassName
{
border-color: #E07765;
}
.TagClassName
{
border-color: #E07765;
}
</style>