Shades of Terra Cotta #EA6F67
Tints of Terra Cotta #EA6F67
RGB
CMYK
RGB Variations
Color information
#EA6F67 (or 0xEA6F67) is known color: Terra Cotta. HEX triplet: EA, 6F and 67. RGB value is (234,111,103). Sum of RGB (Red+Green+Blue) = 234+111+103=448 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.23% from 448); Green value is 111 (43.75% from 255 or 24.78% from 448); Blue value is 103 (40.62% from 255 or 22.99% from 448); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6F67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6F67 is #159098. Grayscale: #939393. Windows color (decimal): -1413273 or 6778858. OLE color: 6778858.
HSL color Cylindrical-coordinate representation of color #EA6F67: hue angle of 3.66º 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 #EA6F67 is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 111 | 103 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.08 |
| HSL | 3.66º | 0.76% | 0.66% | - |
| HSV(B) | 3.66º | 0.56% | 0.92% | - |
| XYZ | 42.06 | 29.84 | 16.37 | - |
| YUV | 146.87 | 103.25 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 111 | 103 | 0 | 0.53 | 0.56 | 0.08 | 3.66 | 0.76 | 0.66 |
| Hex | EA | 6F | 67 | 0 | 35 | 38 | 8 | 4 | 4C | 42 |
| Octal | 352 | 157 | 147 | 0 | 65 | 70 | 10 | 4 | 114 | 102 |
| Binary | 11101010 | 1101111 | 1100111 | 0 | 110101 | 111000 | 1000 | 100 | 1001100 | 1000010 |
Color Harmonies of #EA6F67
Complementary color
Monochromatic Colors of #EA6F67
Black with #EA6F67
Text Example
Text Example
White with #EA6F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6F67; }
p { color: rgb(234,111,103); }
H1.HeaderClassName
{
color: #EA6F67;
}
.AnyTagClassName
{
color: #EA6F67;
}
</style>
background-color css
<style>
a { background-color: #EA6F67; }
a { background-color: rgb(234,111,103); }
div.DivClassName
{
background-color: #EA6F67;
}
.BgClassName
{
background-color: #EA6F67;
}
</style>
border-color css
<style>
span { border-color: #EA6F67; }
span { border-color: rgb(234,111,103); }
td.TdClassName
{
border-color: #EA6F67;
}
.TagClassName
{
border-color: #EA6F67;
}
</style>