Shades of Terra Cotta #E6725A
Tints of Terra Cotta #E6725A
RGB
CMYK
RGB Variations
Color information
#E6725A (or 0xE6725A) is known color: Terra Cotta. HEX triplet: E6, 72 and 5A. RGB value is (230,114,90). Sum of RGB (Red+Green+Blue) = 230+114+90=434 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.00% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 90 (35.55% from 255 or 20.74% from 434); Max value from RGB is 230 - color contains mainly: red. Hex color #E6725A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6725A is #198DA5. Grayscale: #929292. Windows color (decimal): -1674662 or 5927654. OLE color: 5927654.
HSL color Cylindrical-coordinate representation of color #E6725A: hue angle of 10.29º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E6725A is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 114 | 90 | - |
| CMYK | 0 | 0.50 | 0.61 | 0.10 |
| HSL | 10.29º | 0.74% | 0.63% | - |
| HSV(B) | 10.29º | 0.61% | 0.9% | - |
| XYZ | 40.5 | 29.6 | 13.25 | - |
| YUV | 145.95 | 96.43 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 114 | 90 | 0 | 0.50 | 0.61 | 0.10 | 10.29 | 0.74 | 0.63 |
| Hex | E6 | 72 | 5A | 0 | 32 | 3D | A | A | 4A | 3F |
| Octal | 346 | 162 | 132 | 0 | 62 | 75 | 12 | 12 | 112 | 77 |
| Binary | 11100110 | 1110010 | 1011010 | 0 | 110010 | 111101 | 1010 | 1010 | 1001010 | 111111 |
Color Harmonies of #E6725A
Complementary color
Monochromatic Colors of #E6725A
Black with #E6725A
Text Example
Text Example
White with #E6725A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6725A; }
p { color: rgb(230,114,90); }
H1.HeaderClassName
{
color: #E6725A;
}
.AnyTagClassName
{
color: #E6725A;
}
</style>
background-color css
<style>
a { background-color: #E6725A; }
a { background-color: rgb(230,114,90); }
div.DivClassName
{
background-color: #E6725A;
}
.BgClassName
{
background-color: #E6725A;
}
</style>
border-color css
<style>
span { border-color: #E6725A; }
span { border-color: rgb(230,114,90); }
td.TdClassName
{
border-color: #E6725A;
}
.TagClassName
{
border-color: #E6725A;
}
</style>