Shades of Terra Cotta #EA6B5C
Tints of Terra Cotta #EA6B5C
RGB
CMYK
RGB Variations
Color information
#EA6B5C (or 0xEA6B5C) is known color: Terra Cotta. HEX triplet: EA, 6B and 5C. RGB value is (234,107,92). Sum of RGB (Red+Green+Blue) = 234+107+92=433 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.04% from 433); Green value is 107 (42.19% from 255 or 24.71% from 433); Blue value is 92 (36.33% from 255 or 21.25% from 433); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6B5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6B5C is #1594A3. Grayscale: #8F8F8F. Windows color (decimal): -1414308 or 6056938. OLE color: 6056938.
HSL color Cylindrical-coordinate representation of color #EA6B5C: hue angle of 6.34º 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 #EA6B5C is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 107 | 92 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.08 |
| HSL | 6.34º | 0.77% | 0.64% | - |
| HSV(B) | 6.34º | 0.61% | 0.92% | - |
| XYZ | 41.12 | 28.78 | 13.51 | - |
| YUV | 143.26 | 99.08 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 107 | 92 | 0 | 0.54 | 0.61 | 0.08 | 6.34 | 0.77 | 0.64 |
| Hex | EA | 6B | 5C | 0 | 36 | 3D | 8 | 6 | 4D | 40 |
| Octal | 352 | 153 | 134 | 0 | 66 | 75 | 10 | 6 | 115 | 100 |
| Binary | 11101010 | 1101011 | 1011100 | 0 | 110110 | 111101 | 1000 | 110 | 1001101 | 1000000 |
Color Harmonies of #EA6B5C
Complementary color
Monochromatic Colors of #EA6B5C
Black with #EA6B5C
Text Example
Text Example
White with #EA6B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6B5C; }
p { color: rgb(234,107,92); }
H1.HeaderClassName
{
color: #EA6B5C;
}
.AnyTagClassName
{
color: #EA6B5C;
}
</style>
background-color css
<style>
a { background-color: #EA6B5C; }
a { background-color: rgb(234,107,92); }
div.DivClassName
{
background-color: #EA6B5C;
}
.BgClassName
{
background-color: #EA6B5C;
}
</style>
border-color css
<style>
span { border-color: #EA6B5C; }
span { border-color: rgb(234,107,92); }
td.TdClassName
{
border-color: #EA6B5C;
}
.TagClassName
{
border-color: #EA6B5C;
}
</style>