Shades of Terra Cotta #E2685A
Tints of Terra Cotta #E2685A
RGB
CMYK
RGB Variations
Color information
#E2685A (or 0xE2685A) is known color: Terra Cotta. HEX triplet: E2, 68 and 5A. RGB value is (226,104,90). Sum of RGB (Red+Green+Blue) = 226+104+90=420 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.81% from 420); Green value is 104 (41.02% from 255 or 24.76% from 420); Blue value is 90 (35.55% from 255 or 21.43% from 420); Max value from RGB is 226 - color contains mainly: red. Hex color #E2685A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2685A is #1D97A5. Grayscale: #8B8B8B. Windows color (decimal): -1939366 or 5925090. OLE color: 5925090.
HSL color Cylindrical-coordinate representation of color #E2685A: hue angle of 6.18º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E2685A is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 104 | 90 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.11 |
| HSL | 6.18º | 0.7% | 0.62% | - |
| HSV(B) | 6.18º | 0.6% | 0.89% | - |
| XYZ | 38.16 | 26.81 | 12.84 | - |
| YUV | 138.88 | 100.42 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 104 | 90 | 0 | 0.54 | 0.60 | 0.11 | 6.18 | 0.7 | 0.62 |
| Hex | E2 | 68 | 5A | 0 | 36 | 3C | B | 6 | 46 | 3E |
| Octal | 342 | 150 | 132 | 0 | 66 | 74 | 13 | 6 | 106 | 76 |
| Binary | 11100010 | 1101000 | 1011010 | 0 | 110110 | 111100 | 1011 | 110 | 1000110 | 111110 |
Color Harmonies of #E2685A
Complementary color
Monochromatic Colors of #E2685A
Black with #E2685A
Text Example
Text Example
White with #E2685A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2685A; }
p { color: rgb(226,104,90); }
H1.HeaderClassName
{
color: #E2685A;
}
.AnyTagClassName
{
color: #E2685A;
}
</style>
background-color css
<style>
a { background-color: #E2685A; }
a { background-color: rgb(226,104,90); }
div.DivClassName
{
background-color: #E2685A;
}
.BgClassName
{
background-color: #E2685A;
}
</style>
border-color css
<style>
span { border-color: #E2685A; }
span { border-color: rgb(226,104,90); }
td.TdClassName
{
border-color: #E2685A;
}
.TagClassName
{
border-color: #E2685A;
}
</style>