Shades of Terra Cotta #EA7266
Tints of Terra Cotta #EA7266
RGB
CMYK
RGB Variations
Color information
#EA7266 (or 0xEA7266) is known color: Terra Cotta. HEX triplet: EA, 72 and 66. RGB value is (234,114,102). Sum of RGB (Red+Green+Blue) = 234+114+102=450 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52% from 450); Green value is 114 (44.92% from 255 or 25.33% from 450); Blue value is 102 (40.23% from 255 or 22.67% from 450); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7266 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7266 is #158D99. Grayscale: #949494. Windows color (decimal): -1412506 or 6714090. OLE color: 6714090.
HSL color Cylindrical-coordinate representation of color #EA7266: hue angle of 5.45º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EA7266 is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 114 | 102 | - |
| CMYK | 0 | 0.51 | 0.56 | 0.08 |
| HSL | 5.45º | 0.76% | 0.66% | - |
| HSV(B) | 5.45º | 0.56% | 0.92% | - |
| XYZ | 42.35 | 30.49 | 16.22 | - |
| YUV | 148.51 | 101.76 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 114 | 102 | 0 | 0.51 | 0.56 | 0.08 | 5.45 | 0.76 | 0.66 |
| Hex | EA | 72 | 66 | 0 | 33 | 38 | 8 | 5 | 4C | 42 |
| Octal | 352 | 162 | 146 | 0 | 63 | 70 | 10 | 5 | 114 | 102 |
| Binary | 11101010 | 1110010 | 1100110 | 0 | 110011 | 111000 | 1000 | 101 | 1001100 | 1000010 |
Color Harmonies of #EA7266
Complementary color
Monochromatic Colors of #EA7266
Black with #EA7266
Text Example
Text Example
White with #EA7266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7266; }
p { color: rgb(234,114,102); }
H1.HeaderClassName
{
color: #EA7266;
}
.AnyTagClassName
{
color: #EA7266;
}
</style>
background-color css
<style>
a { background-color: #EA7266; }
a { background-color: rgb(234,114,102); }
div.DivClassName
{
background-color: #EA7266;
}
.BgClassName
{
background-color: #EA7266;
}
</style>
border-color css
<style>
span { border-color: #EA7266; }
span { border-color: rgb(234,114,102); }
td.TdClassName
{
border-color: #EA7266;
}
.TagClassName
{
border-color: #EA7266;
}
</style>