Shades of Terra Cotta #E8685B
Tints of Terra Cotta #E8685B
RGB
CMYK
RGB Variations
Color information
#E8685B (or 0xE8685B) is known color: Terra Cotta. HEX triplet: E8, 68 and 5B. RGB value is (232,104,91). Sum of RGB (Red+Green+Blue) = 232+104+91=427 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.33% from 427); Green value is 104 (41.02% from 255 or 24.36% from 427); Blue value is 91 (35.94% from 255 or 21.31% from 427); Max value from RGB is 232 - color contains mainly: red. Hex color #E8685B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8685B is #1797A4. Grayscale: #8C8C8C. Windows color (decimal): -1546149 or 5990632. OLE color: 5990632.
HSL color Cylindrical-coordinate representation of color #E8685B: hue angle of 5.53º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E8685B is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 104 | 91 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.09 |
| HSL | 5.53º | 0.75% | 0.63% | - |
| HSV(B) | 5.53º | 0.61% | 0.91% | - |
| XYZ | 40.12 | 27.81 | 13.15 | - |
| YUV | 140.79 | 99.91 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 104 | 91 | 0 | 0.55 | 0.61 | 0.09 | 5.53 | 0.75 | 0.63 |
| Hex | E8 | 68 | 5B | 0 | 37 | 3D | 9 | 6 | 4B | 3F |
| Octal | 350 | 150 | 133 | 0 | 67 | 75 | 11 | 6 | 113 | 77 |
| Binary | 11101000 | 1101000 | 1011011 | 0 | 110111 | 111101 | 1001 | 110 | 1001011 | 111111 |
Color Harmonies of #E8685B
Complementary color
Monochromatic Colors of #E8685B
Black with #E8685B
Text Example
Text Example
White with #E8685B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8685B; }
p { color: rgb(232,104,91); }
H1.HeaderClassName
{
color: #E8685B;
}
.AnyTagClassName
{
color: #E8685B;
}
</style>
background-color css
<style>
a { background-color: #E8685B; }
a { background-color: rgb(232,104,91); }
div.DivClassName
{
background-color: #E8685B;
}
.BgClassName
{
background-color: #E8685B;
}
</style>
border-color css
<style>
span { border-color: #E8685B; }
span { border-color: rgb(232,104,91); }
td.TdClassName
{
border-color: #E8685B;
}
.TagClassName
{
border-color: #E8685B;
}
</style>