Shades of Terra Cotta #EA6B5B
Tints of Terra Cotta #EA6B5B
RGB
CMYK
RGB Variations
Color information
#EA6B5B (or 0xEA6B5B) is known color: Terra Cotta. HEX triplet: EA, 6B and 5B. RGB value is (234,107,91). Sum of RGB (Red+Green+Blue) = 234+107+91=432 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.17% from 432); Green value is 107 (42.19% from 255 or 24.77% from 432); Blue value is 91 (35.94% from 255 or 21.06% from 432); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6B5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6B5B is #1594A4. Grayscale: #8F8F8F. Windows color (decimal): -1414309 or 5991402. OLE color: 5991402.
HSL color Cylindrical-coordinate representation of color #EA6B5B: hue angle of 6.71º 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 #EA6B5B is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 107 | 91 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.08 |
| HSL | 6.71º | 0.77% | 0.64% | - |
| HSV(B) | 6.71º | 0.61% | 0.92% | - |
| XYZ | 41.08 | 28.76 | 13.28 | - |
| YUV | 143.15 | 98.58 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 107 | 91 | 0 | 0.54 | 0.61 | 0.08 | 6.71 | 0.77 | 0.64 |
| Hex | EA | 6B | 5B | 0 | 36 | 3D | 8 | 7 | 4D | 40 |
| Octal | 352 | 153 | 133 | 0 | 66 | 75 | 10 | 7 | 115 | 100 |
| Binary | 11101010 | 1101011 | 1011011 | 0 | 110110 | 111101 | 1000 | 111 | 1001101 | 1000000 |
Color Harmonies of #EA6B5B
Complementary color
Monochromatic Colors of #EA6B5B
Black with #EA6B5B
Text Example
Text Example
White with #EA6B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6B5B; }
p { color: rgb(234,107,91); }
H1.HeaderClassName
{
color: #EA6B5B;
}
.AnyTagClassName
{
color: #EA6B5B;
}
</style>
background-color css
<style>
a { background-color: #EA6B5B; }
a { background-color: rgb(234,107,91); }
div.DivClassName
{
background-color: #EA6B5B;
}
.BgClassName
{
background-color: #EA6B5B;
}
</style>
border-color css
<style>
span { border-color: #EA6B5B; }
span { border-color: rgb(234,107,91); }
td.TdClassName
{
border-color: #EA6B5B;
}
.TagClassName
{
border-color: #EA6B5B;
}
</style>