Shades of Terra Cotta #E5685B
Tints of Terra Cotta #E5685B
RGB
CMYK
RGB Variations
Color information
#E5685B (or 0xE5685B) is known color: Terra Cotta. HEX triplet: E5, 68 and 5B. RGB value is (229,104,91). Sum of RGB (Red+Green+Blue) = 229+104+91=424 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.01% from 424); Green value is 104 (41.02% from 255 or 24.53% from 424); Blue value is 91 (35.94% from 255 or 21.46% from 424); Max value from RGB is 229 - color contains mainly: red. Hex color #E5685B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5685B is #1A97A4. Grayscale: #8C8C8C. Windows color (decimal): -1742757 or 5990629. OLE color: 5990629.
HSL color Cylindrical-coordinate representation of color #E5685B: hue angle of 5.65º 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 #E5685B is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 104 | 91 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.10 |
| HSL | 5.65º | 0.73% | 0.63% | - |
| HSV(B) | 5.65º | 0.6% | 0.9% | - |
| XYZ | 39.15 | 27.31 | 13.11 | - |
| YUV | 139.89 | 100.41 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 104 | 91 | 0 | 0.55 | 0.60 | 0.10 | 5.65 | 0.73 | 0.63 |
| Hex | E5 | 68 | 5B | 0 | 37 | 3C | A | 6 | 49 | 3F |
| Octal | 345 | 150 | 133 | 0 | 67 | 74 | 12 | 6 | 111 | 77 |
| Binary | 11100101 | 1101000 | 1011011 | 0 | 110111 | 111100 | 1010 | 110 | 1001001 | 111111 |
Color Harmonies of #E5685B
Complementary color
Monochromatic Colors of #E5685B
Black with #E5685B
Text Example
Text Example
White with #E5685B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5685B; }
p { color: rgb(229,104,91); }
H1.HeaderClassName
{
color: #E5685B;
}
.AnyTagClassName
{
color: #E5685B;
}
</style>
background-color css
<style>
a { background-color: #E5685B; }
a { background-color: rgb(229,104,91); }
div.DivClassName
{
background-color: #E5685B;
}
.BgClassName
{
background-color: #E5685B;
}
</style>
border-color css
<style>
span { border-color: #E5685B; }
span { border-color: rgb(229,104,91); }
td.TdClassName
{
border-color: #E5685B;
}
.TagClassName
{
border-color: #E5685B;
}
</style>