Shades of Terra Cotta #EA695A
Tints of Terra Cotta #EA695A
RGB
CMYK
RGB Variations
Color information
#EA695A (or 0xEA695A) is known color: Terra Cotta. HEX triplet: EA, 69 and 5A. RGB value is (234,105,90). Sum of RGB (Red+Green+Blue) = 234+105+90=429 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.55% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 90 (35.55% from 255 or 20.98% from 429); Max value from RGB is 234 - color contains mainly: red. Hex color #EA695A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA695A is #1596A5. Grayscale: #8E8E8E. Windows color (decimal): -1414822 or 5925354. OLE color: 5925354.
HSL color Cylindrical-coordinate representation of color #EA695A: hue angle of 6.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 #EA695A is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 105 | 90 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.08 |
| HSL | 6.25º | 0.77% | 0.64% | - |
| HSV(B) | 6.25º | 0.62% | 0.92% | - |
| XYZ | 40.83 | 28.33 | 12.99 | - |
| YUV | 141.86 | 98.74 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 105 | 90 | 0 | 0.55 | 0.62 | 0.08 | 6.25 | 0.77 | 0.64 |
| Hex | EA | 69 | 5A | 0 | 37 | 3E | 8 | 6 | 4D | 40 |
| Octal | 352 | 151 | 132 | 0 | 67 | 76 | 10 | 6 | 115 | 100 |
| Binary | 11101010 | 1101001 | 1011010 | 0 | 110111 | 111110 | 1000 | 110 | 1001101 | 1000000 |
Color Harmonies of #EA695A
Complementary color
Monochromatic Colors of #EA695A
Black with #EA695A
Text Example
Text Example
White with #EA695A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA695A; }
p { color: rgb(234,105,90); }
H1.HeaderClassName
{
color: #EA695A;
}
.AnyTagClassName
{
color: #EA695A;
}
</style>
background-color css
<style>
a { background-color: #EA695A; }
a { background-color: rgb(234,105,90); }
div.DivClassName
{
background-color: #EA695A;
}
.BgClassName
{
background-color: #EA695A;
}
</style>
border-color css
<style>
span { border-color: #EA695A; }
span { border-color: rgb(234,105,90); }
td.TdClassName
{
border-color: #EA695A;
}
.TagClassName
{
border-color: #EA695A;
}
</style>