Shades of Terra Cotta #E97A5C
Tints of Terra Cotta #E97A5C
RGB
CMYK
RGB Variations
Color information
#E97A5C (or 0xE97A5C) is known color: Terra Cotta. HEX triplet: E9, 7A and 5C. RGB value is (233,122,92). Sum of RGB (Red+Green+Blue) = 233+122+92=447 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.13% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 92 (36.33% from 255 or 20.58% from 447); Max value from RGB is 233 - color contains mainly: red. Hex color #E97A5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97A5C is #1685A3. Grayscale: #989898. Windows color (decimal): -1476004 or 6060777. OLE color: 6060777.
HSL color Cylindrical-coordinate representation of color #E97A5C: hue angle of 12.77º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E97A5C is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 122 | 92 | - |
| CMYK | 0 | 0.48 | 0.61 | 0.09 |
| HSL | 12.77º | 0.76% | 0.64% | - |
| HSV(B) | 12.77º | 0.61% | 0.91% | - |
| XYZ | 42.5 | 32.02 | 14.07 | - |
| YUV | 151.77 | 94.27 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 122 | 92 | 0 | 0.48 | 0.61 | 0.09 | 12.77 | 0.76 | 0.64 |
| Hex | E9 | 7A | 5C | 0 | 30 | 3D | 9 | D | 4C | 40 |
| Octal | 351 | 172 | 134 | 0 | 60 | 75 | 11 | 15 | 114 | 100 |
| Binary | 11101001 | 1111010 | 1011100 | 0 | 110000 | 111101 | 1001 | 1101 | 1001100 | 1000000 |
Color Harmonies of #E97A5C
Complementary color
Monochromatic Colors of #E97A5C
Black with #E97A5C
Text Example
Text Example
White with #E97A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97A5C; }
p { color: rgb(233,122,92); }
H1.HeaderClassName
{
color: #E97A5C;
}
.AnyTagClassName
{
color: #E97A5C;
}
</style>
background-color css
<style>
a { background-color: #E97A5C; }
a { background-color: rgb(233,122,92); }
div.DivClassName
{
background-color: #E97A5C;
}
.BgClassName
{
background-color: #E97A5C;
}
</style>
border-color css
<style>
span { border-color: #E97A5C; }
span { border-color: rgb(233,122,92); }
td.TdClassName
{
border-color: #E97A5C;
}
.TagClassName
{
border-color: #E97A5C;
}
</style>