Shades of Terra Cotta #E66C55
Tints of Terra Cotta #E66C55
RGB
CMYK
RGB Variations
Color information
#E66C55 (or 0xE66C55) is known color: Terra Cotta. HEX triplet: E6, 6C and 55. RGB value is (230,108,85). Sum of RGB (Red+Green+Blue) = 230+108+85=423 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.37% from 423); Green value is 108 (42.58% from 255 or 25.53% from 423); Blue value is 85 (33.59% from 255 or 20.09% from 423); Max value from RGB is 230 - color contains mainly: red. Hex color #E66C55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66C55 is #1993AA. Grayscale: #8E8E8E. Windows color (decimal): -1676203 or 5598438. OLE color: 5598438.
HSL color Cylindrical-coordinate representation of color #E66C55: hue angle of 9.52º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E66C55 is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 108 | 85 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.10 |
| HSL | 9.52º | 0.74% | 0.62% | - |
| HSV(B) | 9.52º | 0.63% | 0.9% | - |
| XYZ | 39.64 | 28.2 | 11.95 | - |
| YUV | 141.86 | 95.92 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 108 | 85 | 0 | 0.53 | 0.63 | 0.10 | 9.52 | 0.74 | 0.62 |
| Hex | E6 | 6C | 55 | 0 | 35 | 3F | A | A | 4A | 3E |
| Octal | 346 | 154 | 125 | 0 | 65 | 77 | 12 | 12 | 112 | 76 |
| Binary | 11100110 | 1101100 | 1010101 | 0 | 110101 | 111111 | 1010 | 1010 | 1001010 | 111110 |
Color Harmonies of #E66C55
Complementary color
Monochromatic Colors of #E66C55
Black with #E66C55
Text Example
Text Example
White with #E66C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66C55; }
p { color: rgb(230,108,85); }
H1.HeaderClassName
{
color: #E66C55;
}
.AnyTagClassName
{
color: #E66C55;
}
</style>
background-color css
<style>
a { background-color: #E66C55; }
a { background-color: rgb(230,108,85); }
div.DivClassName
{
background-color: #E66C55;
}
.BgClassName
{
background-color: #E66C55;
}
</style>
border-color css
<style>
span { border-color: #E66C55; }
span { border-color: rgb(230,108,85); }
td.TdClassName
{
border-color: #E66C55;
}
.TagClassName
{
border-color: #E66C55;
}
</style>