Shades of Terra Cotta #EE7562
Tints of Terra Cotta #EE7562
RGB
CMYK
RGB Variations
Color information
#EE7562 (or 0xEE7562) is known color: Terra Cotta. HEX triplet: EE, 75 and 62. RGB value is (238,117,98). Sum of RGB (Red+Green+Blue) = 238+117+98=453 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.54% from 453); Green value is 117 (46.09% from 255 or 25.83% from 453); Blue value is 98 (38.67% from 255 or 21.63% from 453); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7562 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7562 is #118A9D. Grayscale: #979797. Windows color (decimal): -1149598 or 6452718. OLE color: 6452718.
HSL color Cylindrical-coordinate representation of color #EE7562: hue angle of 8.14º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EE7562 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 117 | 98 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.07 |
| HSL | 8.14º | 0.8% | 0.66% | - |
| HSV(B) | 8.14º | 0.59% | 0.93% | - |
| XYZ | 43.83 | 31.78 | 15.38 | - |
| YUV | 151.01 | 98.09 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 117 | 98 | 0 | 0.51 | 0.59 | 0.07 | 8.14 | 0.8 | 0.66 |
| Hex | EE | 75 | 62 | 0 | 33 | 3B | 7 | 8 | 50 | 42 |
| Octal | 356 | 165 | 142 | 0 | 63 | 73 | 7 | 10 | 120 | 102 |
| Binary | 11101110 | 1110101 | 1100010 | 0 | 110011 | 111011 | 111 | 1000 | 1010000 | 1000010 |
Color Harmonies of #EE7562
Complementary color
Monochromatic Colors of #EE7562
Black with #EE7562
Text Example
Text Example
White with #EE7562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7562; }
p { color: rgb(238,117,98); }
H1.HeaderClassName
{
color: #EE7562;
}
.AnyTagClassName
{
color: #EE7562;
}
</style>
background-color css
<style>
a { background-color: #EE7562; }
a { background-color: rgb(238,117,98); }
div.DivClassName
{
background-color: #EE7562;
}
.BgClassName
{
background-color: #EE7562;
}
</style>
border-color css
<style>
span { border-color: #EE7562; }
span { border-color: rgb(238,117,98); }
td.TdClassName
{
border-color: #EE7562;
}
.TagClassName
{
border-color: #EE7562;
}
</style>