Shades of Terra Cotta #E8685C
Tints of Terra Cotta #E8685C
RGB
CMYK
RGB Variations
Color information
#E8685C (or 0xE8685C) is known color: Terra Cotta. HEX triplet: E8, 68 and 5C. RGB value is (232,104,92). Sum of RGB (Red+Green+Blue) = 232+104+92=428 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.21% from 428); Green value is 104 (41.02% from 255 or 24.30% from 428); Blue value is 92 (36.33% from 255 or 21.50% from 428); Max value from RGB is 232 - color contains mainly: red. Hex color #E8685C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8685C is #1797A3. Grayscale: #8D8D8D. Windows color (decimal): -1546148 or 6056168. OLE color: 6056168.
HSL color Cylindrical-coordinate representation of color #E8685C: hue angle of 5.14º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E8685C is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 104 | 92 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.09 |
| HSL | 5.14º | 0.75% | 0.64% | - |
| HSV(B) | 5.14º | 0.6% | 0.91% | - |
| XYZ | 40.16 | 27.83 | 13.38 | - |
| YUV | 140.9 | 100.41 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 104 | 92 | 0 | 0.55 | 0.60 | 0.09 | 5.14 | 0.75 | 0.64 |
| Hex | E8 | 68 | 5C | 0 | 37 | 3C | 9 | 5 | 4B | 40 |
| Octal | 350 | 150 | 134 | 0 | 67 | 74 | 11 | 5 | 113 | 100 |
| Binary | 11101000 | 1101000 | 1011100 | 0 | 110111 | 111100 | 1001 | 101 | 1001011 | 1000000 |
Color Harmonies of #E8685C
Complementary color
Monochromatic Colors of #E8685C
Black with #E8685C
Text Example
Text Example
White with #E8685C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8685C; }
p { color: rgb(232,104,92); }
H1.HeaderClassName
{
color: #E8685C;
}
.AnyTagClassName
{
color: #E8685C;
}
</style>
background-color css
<style>
a { background-color: #E8685C; }
a { background-color: rgb(232,104,92); }
div.DivClassName
{
background-color: #E8685C;
}
.BgClassName
{
background-color: #E8685C;
}
</style>
border-color css
<style>
span { border-color: #E8685C; }
span { border-color: rgb(232,104,92); }
td.TdClassName
{
border-color: #E8685C;
}
.TagClassName
{
border-color: #E8685C;
}
</style>