Shades of Terra Cotta #EE725B
Tints of Terra Cotta #EE725B
RGB
CMYK
RGB Variations
Color information
#EE725B (or 0xEE725B) is known color: Terra Cotta. HEX triplet: EE, 72 and 5B. RGB value is (238,114,91). Sum of RGB (Red+Green+Blue) = 238+114+91=443 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.72% from 443); Green value is 114 (44.92% from 255 or 25.73% from 443); Blue value is 91 (35.94% from 255 or 20.54% from 443); Max value from RGB is 238 - color contains mainly: red. Hex color #EE725B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE725B is #118DA4. Grayscale: #949494. Windows color (decimal): -1150373 or 5993198. OLE color: 5993198.
HSL color Cylindrical-coordinate representation of color #EE725B: hue angle of 9.39º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EE725B is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 114 | 91 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.07 |
| HSL | 9.39º | 0.81% | 0.65% | - |
| HSV(B) | 9.39º | 0.62% | 0.93% | - |
| XYZ | 43.17 | 30.97 | 13.6 | - |
| YUV | 148.45 | 95.58 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 114 | 91 | 0 | 0.52 | 0.62 | 0.07 | 9.39 | 0.81 | 0.65 |
| Hex | EE | 72 | 5B | 0 | 34 | 3E | 7 | 9 | 51 | 41 |
| Octal | 356 | 162 | 133 | 0 | 64 | 76 | 7 | 11 | 121 | 101 |
| Binary | 11101110 | 1110010 | 1011011 | 0 | 110100 | 111110 | 111 | 1001 | 1010001 | 1000001 |
Color Harmonies of #EE725B
Complementary color
Monochromatic Colors of #EE725B
Black with #EE725B
Text Example
Text Example
White with #EE725B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE725B; }
p { color: rgb(238,114,91); }
H1.HeaderClassName
{
color: #EE725B;
}
.AnyTagClassName
{
color: #EE725B;
}
</style>
background-color css
<style>
a { background-color: #EE725B; }
a { background-color: rgb(238,114,91); }
div.DivClassName
{
background-color: #EE725B;
}
.BgClassName
{
background-color: #EE725B;
}
</style>
border-color css
<style>
span { border-color: #EE725B; }
span { border-color: rgb(238,114,91); }
td.TdClassName
{
border-color: #EE725B;
}
.TagClassName
{
border-color: #EE725B;
}
</style>