Shades of Terra Cotta #EE7962
Tints of Terra Cotta #EE7962
RGB
CMYK
RGB Variations
Color information
#EE7962 (or 0xEE7962) is known color: Terra Cotta. HEX triplet: EE, 79 and 62. RGB value is (238,121,98). Sum of RGB (Red+Green+Blue) = 238+121+98=457 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.08% from 457); Green value is 121 (47.66% from 255 or 26.48% from 457); Blue value is 98 (38.67% from 255 or 21.44% from 457); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7962 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7962 is #11869D. Grayscale: #999999. Windows color (decimal): -1148574 or 6453742. OLE color: 6453742.
HSL color Cylindrical-coordinate representation of color #EE7962: hue angle of 9.86º 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 #EE7962 is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 121 | 98 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.07 |
| HSL | 9.86º | 0.8% | 0.66% | - |
| HSV(B) | 9.86º | 0.59% | 0.93% | - |
| XYZ | 44.3 | 32.73 | 15.54 | - |
| YUV | 153.36 | 96.76 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 121 | 98 | 0 | 0.49 | 0.59 | 0.07 | 9.86 | 0.8 | 0.66 |
| Hex | EE | 79 | 62 | 0 | 31 | 3B | 7 | A | 50 | 42 |
| Octal | 356 | 171 | 142 | 0 | 61 | 73 | 7 | 12 | 120 | 102 |
| Binary | 11101110 | 1111001 | 1100010 | 0 | 110001 | 111011 | 111 | 1010 | 1010000 | 1000010 |
Color Harmonies of #EE7962
Complementary color
Monochromatic Colors of #EE7962
Black with #EE7962
Text Example
Text Example
White with #EE7962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7962; }
p { color: rgb(238,121,98); }
H1.HeaderClassName
{
color: #EE7962;
}
.AnyTagClassName
{
color: #EE7962;
}
</style>
background-color css
<style>
a { background-color: #EE7962; }
a { background-color: rgb(238,121,98); }
div.DivClassName
{
background-color: #EE7962;
}
.BgClassName
{
background-color: #EE7962;
}
</style>
border-color css
<style>
span { border-color: #EE7962; }
span { border-color: rgb(238,121,98); }
td.TdClassName
{
border-color: #EE7962;
}
.TagClassName
{
border-color: #EE7962;
}
</style>