Shades of Terra Cotta #EA8064
Tints of Terra Cotta #EA8064
RGB
CMYK
RGB Variations
Color information
#EA8064 (or 0xEA8064) is known color: Terra Cotta. HEX triplet: EA, 80 and 64. RGB value is (234,128,100). Sum of RGB (Red+Green+Blue) = 234+128+100=462 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.65% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 100 (39.45% from 255 or 21.65% from 462); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8064 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8064 is #157F9B. Grayscale: #9C9C9C. Windows color (decimal): -1408924 or 6586602. OLE color: 6586602.
HSL color Cylindrical-coordinate representation of color #EA8064: hue angle of 12.54º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EA8064 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 128 | 100 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.08 |
| HSL | 12.54º | 0.76% | 0.65% | - |
| HSV(B) | 12.54º | 0.57% | 0.92% | - |
| XYZ | 43.95 | 33.85 | 16.27 | - |
| YUV | 156.5 | 96.12 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 128 | 100 | 0 | 0.45 | 0.57 | 0.08 | 12.54 | 0.76 | 0.65 |
| Hex | EA | 80 | 64 | 0 | 2D | 39 | 8 | D | 4C | 41 |
| Octal | 352 | 200 | 144 | 0 | 55 | 71 | 10 | 15 | 114 | 101 |
| Binary | 11101010 | 10000000 | 1100100 | 0 | 101101 | 111001 | 1000 | 1101 | 1001100 | 1000001 |
Color Harmonies of #EA8064
Complementary color
Monochromatic Colors of #EA8064
Black with #EA8064
Text Example
Text Example
White with #EA8064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8064; }
p { color: rgb(234,128,100); }
H1.HeaderClassName
{
color: #EA8064;
}
.AnyTagClassName
{
color: #EA8064;
}
</style>
background-color css
<style>
a { background-color: #EA8064; }
a { background-color: rgb(234,128,100); }
div.DivClassName
{
background-color: #EA8064;
}
.BgClassName
{
background-color: #EA8064;
}
</style>
border-color css
<style>
span { border-color: #EA8064; }
span { border-color: rgb(234,128,100); }
td.TdClassName
{
border-color: #EA8064;
}
.TagClassName
{
border-color: #EA8064;
}
</style>