Shades of Terra Cotta #EA755A
Tints of Terra Cotta #EA755A
RGB
CMYK
RGB Variations
Color information
#EA755A (or 0xEA755A) is known color: Terra Cotta. HEX triplet: EA, 75 and 5A. RGB value is (234,117,90). Sum of RGB (Red+Green+Blue) = 234+117+90=441 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.06% from 441); Green value is 117 (46.09% from 255 or 26.53% from 441); Blue value is 90 (35.55% from 255 or 20.41% from 441); Max value from RGB is 234 - color contains mainly: red. Hex color #EA755A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA755A is #158AA5. Grayscale: #959595. Windows color (decimal): -1411750 or 5928426. OLE color: 5928426.
HSL color Cylindrical-coordinate representation of color #EA755A: hue angle of 11.25º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EA755A is Cyan = 0, Magento = 0.5, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 117 | 90 | - |
| CMYK | 0 | 0.5 | 0.62 | 0.08 |
| HSL | 11.25º | 0.77% | 0.64% | - |
| HSV(B) | 11.25º | 0.62% | 0.92% | - |
| XYZ | 42.14 | 30.95 | 13.43 | - |
| YUV | 148.91 | 94.76 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 117 | 90 | 0 | 0.5 | 0.62 | 0.08 | 11.25 | 0.77 | 0.64 |
| Hex | EA | 75 | 5A | 0 | 32 | 3E | 8 | B | 4D | 40 |
| Octal | 352 | 165 | 132 | 0 | 62 | 76 | 10 | 13 | 115 | 100 |
| Binary | 11101010 | 1110101 | 1011010 | 0 | 110010 | 111110 | 1000 | 1011 | 1001101 | 1000000 |
Color Harmonies of #EA755A
Complementary color
Monochromatic Colors of #EA755A
Black with #EA755A
Text Example
Text Example
White with #EA755A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA755A; }
p { color: rgb(234,117,90); }
H1.HeaderClassName
{
color: #EA755A;
}
.AnyTagClassName
{
color: #EA755A;
}
</style>
background-color css
<style>
a { background-color: #EA755A; }
a { background-color: rgb(234,117,90); }
div.DivClassName
{
background-color: #EA755A;
}
.BgClassName
{
background-color: #EA755A;
}
</style>
border-color css
<style>
span { border-color: #EA755A; }
span { border-color: rgb(234,117,90); }
td.TdClassName
{
border-color: #EA755A;
}
.TagClassName
{
border-color: #EA755A;
}
</style>