Shades of Terra Cotta #E1725B
Tints of Terra Cotta #E1725B
RGB
CMYK
RGB Variations
Color information
#E1725B (or 0xE1725B) is known color: Terra Cotta. HEX triplet: E1, 72 and 5B. RGB value is (225,114,91). Sum of RGB (Red+Green+Blue) = 225+114+91=430 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.33% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 91 (35.94% from 255 or 21.16% from 430); Max value from RGB is 225 - color contains mainly: red. Hex color #E1725B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1725B is #1E8DA4. Grayscale: #909090. Windows color (decimal): -2002341 or 5993185. OLE color: 5993185.
HSL color Cylindrical-coordinate representation of color #E1725B: hue angle of 10.3º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E1725B is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 114 | 91 | - |
| CMYK | 0 | 0.49 | 0.60 | 0.12 |
| HSL | 10.3º | 0.69% | 0.62% | - |
| HSV(B) | 10.3º | 0.6% | 0.88% | - |
| XYZ | 38.96 | 28.8 | 13.4 | - |
| YUV | 144.57 | 97.77 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 114 | 91 | 0 | 0.49 | 0.60 | 0.12 | 10.3 | 0.69 | 0.62 |
| Hex | E1 | 72 | 5B | 0 | 31 | 3C | C | A | 45 | 3E |
| Octal | 341 | 162 | 133 | 0 | 61 | 74 | 14 | 12 | 105 | 76 |
| Binary | 11100001 | 1110010 | 1011011 | 0 | 110001 | 111100 | 1100 | 1010 | 1000101 | 111110 |
Color Harmonies of #E1725B
Complementary color
Monochromatic Colors of #E1725B
Black with #E1725B
Text Example
Text Example
White with #E1725B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1725B; }
p { color: rgb(225,114,91); }
H1.HeaderClassName
{
color: #E1725B;
}
.AnyTagClassName
{
color: #E1725B;
}
</style>
background-color css
<style>
a { background-color: #E1725B; }
a { background-color: rgb(225,114,91); }
div.DivClassName
{
background-color: #E1725B;
}
.BgClassName
{
background-color: #E1725B;
}
</style>
border-color css
<style>
span { border-color: #E1725B; }
span { border-color: rgb(225,114,91); }
td.TdClassName
{
border-color: #E1725B;
}
.TagClassName
{
border-color: #E1725B;
}
</style>