Shades of Terra Cotta #EE755D
Tints of Terra Cotta #EE755D
RGB
CMYK
RGB Variations
Color information
#EE755D (or 0xEE755D) is known color: Terra Cotta. HEX triplet: EE, 75 and 5D. RGB value is (238,117,93). Sum of RGB (Red+Green+Blue) = 238+117+93=448 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.12% from 448); Green value is 117 (46.09% from 255 or 26.12% from 448); Blue value is 93 (36.72% from 255 or 20.76% from 448); Max value from RGB is 238 - color contains mainly: red. Hex color #EE755D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE755D is #118AA2. Grayscale: #969696. Windows color (decimal): -1149603 or 6125038. OLE color: 6125038.
HSL color Cylindrical-coordinate representation of color #EE755D: hue angle of 9.93º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EE755D is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 117 | 93 | - |
| CMYK | 0 | 0.51 | 0.61 | 0.07 |
| HSL | 9.93º | 0.81% | 0.65% | - |
| HSV(B) | 9.93º | 0.61% | 0.93% | - |
| XYZ | 43.6 | 31.69 | 14.17 | - |
| YUV | 150.44 | 95.59 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 117 | 93 | 0 | 0.51 | 0.61 | 0.07 | 9.93 | 0.81 | 0.65 |
| Hex | EE | 75 | 5D | 0 | 33 | 3D | 7 | A | 51 | 41 |
| Octal | 356 | 165 | 135 | 0 | 63 | 75 | 7 | 12 | 121 | 101 |
| Binary | 11101110 | 1110101 | 1011101 | 0 | 110011 | 111101 | 111 | 1010 | 1010001 | 1000001 |
Color Harmonies of #EE755D
Complementary color
Monochromatic Colors of #EE755D
Black with #EE755D
Text Example
Text Example
White with #EE755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE755D; }
p { color: rgb(238,117,93); }
H1.HeaderClassName
{
color: #EE755D;
}
.AnyTagClassName
{
color: #EE755D;
}
</style>
background-color css
<style>
a { background-color: #EE755D; }
a { background-color: rgb(238,117,93); }
div.DivClassName
{
background-color: #EE755D;
}
.BgClassName
{
background-color: #EE755D;
}
</style>
border-color css
<style>
span { border-color: #EE755D; }
span { border-color: rgb(238,117,93); }
td.TdClassName
{
border-color: #EE755D;
}
.TagClassName
{
border-color: #EE755D;
}
</style>