Shades of Terra Cotta #EE7462
Tints of Terra Cotta #EE7462
RGB
CMYK
RGB Variations
Color information
#EE7462 (or 0xEE7462) is known color: Terra Cotta. HEX triplet: EE, 74 and 62. RGB value is (238,116,98). Sum of RGB (Red+Green+Blue) = 238+116+98=452 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.65% from 452); Green value is 116 (45.70% from 255 or 25.66% from 452); Blue value is 98 (38.67% from 255 or 21.68% from 452); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7462 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7462 is #118B9D. Grayscale: #969696. Windows color (decimal): -1149854 or 6452462. OLE color: 6452462.
HSL color Cylindrical-coordinate representation of color #EE7462: hue angle of 7.71º 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 #EE7462 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 116 | 98 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.07 |
| HSL | 7.71º | 0.8% | 0.66% | - |
| HSV(B) | 7.71º | 0.59% | 0.93% | - |
| XYZ | 43.71 | 31.55 | 15.34 | - |
| YUV | 150.43 | 98.42 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 116 | 98 | 0 | 0.51 | 0.59 | 0.07 | 7.71 | 0.8 | 0.66 |
| Hex | EE | 74 | 62 | 0 | 33 | 3B | 7 | 8 | 50 | 42 |
| Octal | 356 | 164 | 142 | 0 | 63 | 73 | 7 | 10 | 120 | 102 |
| Binary | 11101110 | 1110100 | 1100010 | 0 | 110011 | 111011 | 111 | 1000 | 1010000 | 1000010 |
Color Harmonies of #EE7462
Complementary color
Monochromatic Colors of #EE7462
Black with #EE7462
Text Example
Text Example
White with #EE7462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7462; }
p { color: rgb(238,116,98); }
H1.HeaderClassName
{
color: #EE7462;
}
.AnyTagClassName
{
color: #EE7462;
}
</style>
background-color css
<style>
a { background-color: #EE7462; }
a { background-color: rgb(238,116,98); }
div.DivClassName
{
background-color: #EE7462;
}
.BgClassName
{
background-color: #EE7462;
}
</style>
border-color css
<style>
span { border-color: #EE7462; }
span { border-color: rgb(238,116,98); }
td.TdClassName
{
border-color: #EE7462;
}
.TagClassName
{
border-color: #EE7462;
}
</style>