Shades of Terra Cotta #EA765C
Tints of Terra Cotta #EA765C
RGB
CMYK
RGB Variations
Color information
#EA765C (or 0xEA765C) is known color: Terra Cotta. HEX triplet: EA, 76 and 5C. RGB value is (234,118,92). Sum of RGB (Red+Green+Blue) = 234+118+92=444 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.70% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 92 (36.33% from 255 or 20.72% from 444); Max value from RGB is 234 - color contains mainly: red. Hex color #EA765C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA765C is #1589A3. Grayscale: #959595. Windows color (decimal): -1411492 or 6059754. OLE color: 6059754.
HSL color Cylindrical-coordinate representation of color #EA765C: hue angle of 10.99º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EA765C is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 118 | 92 | - |
| CMYK | 0 | 0.50 | 0.61 | 0.08 |
| HSL | 10.99º | 0.77% | 0.64% | - |
| HSV(B) | 10.99º | 0.61% | 0.92% | - |
| XYZ | 42.34 | 31.22 | 13.92 | - |
| YUV | 149.72 | 95.43 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 118 | 92 | 0 | 0.50 | 0.61 | 0.08 | 10.99 | 0.77 | 0.64 |
| Hex | EA | 76 | 5C | 0 | 32 | 3D | 8 | B | 4D | 40 |
| Octal | 352 | 166 | 134 | 0 | 62 | 75 | 10 | 13 | 115 | 100 |
| Binary | 11101010 | 1110110 | 1011100 | 0 | 110010 | 111101 | 1000 | 1011 | 1001101 | 1000000 |
Color Harmonies of #EA765C
Complementary color
Monochromatic Colors of #EA765C
Black with #EA765C
Text Example
Text Example
White with #EA765C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA765C; }
p { color: rgb(234,118,92); }
H1.HeaderClassName
{
color: #EA765C;
}
.AnyTagClassName
{
color: #EA765C;
}
</style>
background-color css
<style>
a { background-color: #EA765C; }
a { background-color: rgb(234,118,92); }
div.DivClassName
{
background-color: #EA765C;
}
.BgClassName
{
background-color: #EA765C;
}
</style>
border-color css
<style>
span { border-color: #EA765C; }
span { border-color: rgb(234,118,92); }
td.TdClassName
{
border-color: #EA765C;
}
.TagClassName
{
border-color: #EA765C;
}
</style>