Shades of Terra Cotta #EE725C
Tints of Terra Cotta #EE725C
RGB
CMYK
RGB Variations
Color information
#EE725C (or 0xEE725C) is known color: Terra Cotta. HEX triplet: EE, 72 and 5C. RGB value is (238,114,92). Sum of RGB (Red+Green+Blue) = 238+114+92=444 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.60% from 444); Green value is 114 (44.92% from 255 or 25.68% from 444); Blue value is 92 (36.33% from 255 or 20.72% from 444); Max value from RGB is 238 - color contains mainly: red. Hex color #EE725C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE725C is #118DA3. Grayscale: #949494. Windows color (decimal): -1150372 or 6058734. OLE color: 6058734.
HSL color Cylindrical-coordinate representation of color #EE725C: hue angle of 9.04º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EE725C is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 114 | 92 | - |
| CMYK | 0 | 0.52 | 0.61 | 0.07 |
| HSL | 9.04º | 0.81% | 0.65% | - |
| HSV(B) | 9.04º | 0.61% | 0.93% | - |
| XYZ | 43.21 | 30.98 | 13.83 | - |
| YUV | 148.57 | 96.08 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 114 | 92 | 0 | 0.52 | 0.61 | 0.07 | 9.04 | 0.81 | 0.65 |
| Hex | EE | 72 | 5C | 0 | 34 | 3D | 7 | 9 | 51 | 41 |
| Octal | 356 | 162 | 134 | 0 | 64 | 75 | 7 | 11 | 121 | 101 |
| Binary | 11101110 | 1110010 | 1011100 | 0 | 110100 | 111101 | 111 | 1001 | 1010001 | 1000001 |
Color Harmonies of #EE725C
Complementary color
Monochromatic Colors of #EE725C
Black with #EE725C
Text Example
Text Example
White with #EE725C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE725C; }
p { color: rgb(238,114,92); }
H1.HeaderClassName
{
color: #EE725C;
}
.AnyTagClassName
{
color: #EE725C;
}
</style>
background-color css
<style>
a { background-color: #EE725C; }
a { background-color: rgb(238,114,92); }
div.DivClassName
{
background-color: #EE725C;
}
.BgClassName
{
background-color: #EE725C;
}
</style>
border-color css
<style>
span { border-color: #EE725C; }
span { border-color: rgb(238,114,92); }
td.TdClassName
{
border-color: #EE725C;
}
.TagClassName
{
border-color: #EE725C;
}
</style>