Shades of Terra Cotta #EE7B65
Tints of Terra Cotta #EE7B65
RGB
CMYK
RGB Variations
Color information
#EE7B65 (or 0xEE7B65) is known color: Terra Cotta. HEX triplet: EE, 7B and 65. RGB value is (238,123,101). Sum of RGB (Red+Green+Blue) = 238+123+101=462 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.52% from 462); Green value is 123 (48.44% from 255 or 26.62% from 462); Blue value is 101 (39.84% from 255 or 21.86% from 462); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7B65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7B65 is #11849A. Grayscale: #9B9B9B. Windows color (decimal): -1148059 or 6650862. OLE color: 6650862.
HSL color Cylindrical-coordinate representation of color #EE7B65: hue angle of 9.64º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EE7B65 is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 123 | 101 | - |
| CMYK | 0 | 0.48 | 0.58 | 0.07 |
| HSL | 9.64º | 0.8% | 0.66% | - |
| HSV(B) | 9.64º | 0.58% | 0.93% | - |
| XYZ | 44.69 | 33.28 | 16.38 | - |
| YUV | 154.88 | 97.6 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 123 | 101 | 0 | 0.48 | 0.58 | 0.07 | 9.64 | 0.8 | 0.66 |
| Hex | EE | 7B | 65 | 0 | 30 | 3A | 7 | A | 50 | 42 |
| Octal | 356 | 173 | 145 | 0 | 60 | 72 | 7 | 12 | 120 | 102 |
| Binary | 11101110 | 1111011 | 1100101 | 0 | 110000 | 111010 | 111 | 1010 | 1010000 | 1000010 |
Color Harmonies of #EE7B65
Complementary color
Monochromatic Colors of #EE7B65
Black with #EE7B65
Text Example
Text Example
White with #EE7B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7B65; }
p { color: rgb(238,123,101); }
H1.HeaderClassName
{
color: #EE7B65;
}
.AnyTagClassName
{
color: #EE7B65;
}
</style>
background-color css
<style>
a { background-color: #EE7B65; }
a { background-color: rgb(238,123,101); }
div.DivClassName
{
background-color: #EE7B65;
}
.BgClassName
{
background-color: #EE7B65;
}
</style>
border-color css
<style>
span { border-color: #EE7B65; }
span { border-color: rgb(238,123,101); }
td.TdClassName
{
border-color: #EE7B65;
}
.TagClassName
{
border-color: #EE7B65;
}
</style>