Shades of Terra Cotta #E66B5C
Tints of Terra Cotta #E66B5C
RGB
CMYK
RGB Variations
Color information
#E66B5C (or 0xE66B5C) is known color: Terra Cotta. HEX triplet: E6, 6B and 5C. RGB value is (230,107,92). Sum of RGB (Red+Green+Blue) = 230+107+92=429 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.61% from 429); Green value is 107 (42.19% from 255 or 24.94% from 429); Blue value is 92 (36.33% from 255 or 21.45% from 429); Max value from RGB is 230 - color contains mainly: red. Hex color #E66B5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66B5C is #1994A3. Grayscale: #8E8E8E. Windows color (decimal): -1676452 or 6056934. OLE color: 6056934.
HSL color Cylindrical-coordinate representation of color #E66B5C: hue angle of 6.52º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E66B5C is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 107 | 92 | - |
| CMYK | 0 | 0.53 | 0.60 | 0.10 |
| HSL | 6.52º | 0.73% | 0.63% | - |
| HSV(B) | 6.52º | 0.6% | 0.9% | - |
| XYZ | 39.82 | 28.11 | 13.45 | - |
| YUV | 142.07 | 99.75 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 107 | 92 | 0 | 0.53 | 0.60 | 0.10 | 6.52 | 0.73 | 0.63 |
| Hex | E6 | 6B | 5C | 0 | 35 | 3C | A | 7 | 49 | 3F |
| Octal | 346 | 153 | 134 | 0 | 65 | 74 | 12 | 7 | 111 | 77 |
| Binary | 11100110 | 1101011 | 1011100 | 0 | 110101 | 111100 | 1010 | 111 | 1001001 | 111111 |
Color Harmonies of #E66B5C
Complementary color
Monochromatic Colors of #E66B5C
Black with #E66B5C
Text Example
Text Example
White with #E66B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66B5C; }
p { color: rgb(230,107,92); }
H1.HeaderClassName
{
color: #E66B5C;
}
.AnyTagClassName
{
color: #E66B5C;
}
</style>
background-color css
<style>
a { background-color: #E66B5C; }
a { background-color: rgb(230,107,92); }
div.DivClassName
{
background-color: #E66B5C;
}
.BgClassName
{
background-color: #E66B5C;
}
</style>
border-color css
<style>
span { border-color: #E66B5C; }
span { border-color: rgb(230,107,92); }
td.TdClassName
{
border-color: #E66B5C;
}
.TagClassName
{
border-color: #E66B5C;
}
</style>