Shades of Terra Cotta #EE695C
Tints of Terra Cotta #EE695C
RGB
CMYK
RGB Variations
Color information
#EE695C (or 0xEE695C) is known color: Terra Cotta. HEX triplet: EE, 69 and 5C. RGB value is (238,105,92). Sum of RGB (Red+Green+Blue) = 238+105+92=435 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.71% from 435); Green value is 105 (41.41% from 255 or 24.14% from 435); Blue value is 92 (36.33% from 255 or 21.15% from 435); Max value from RGB is 238 - color contains mainly: red. Hex color #EE695C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE695C is #1196A3. Grayscale: #8F8F8F. Windows color (decimal): -1152676 or 6056430. OLE color: 6056430.
HSL color Cylindrical-coordinate representation of color #EE695C: hue angle of 5.34º 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 #EE695C is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 105 | 92 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.07 |
| HSL | 5.34º | 0.81% | 0.65% | - |
| HSV(B) | 5.34º | 0.61% | 0.93% | - |
| XYZ | 42.24 | 29.05 | 13.51 | - |
| YUV | 143.29 | 99.06 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 105 | 92 | 0 | 0.56 | 0.61 | 0.07 | 5.34 | 0.81 | 0.65 |
| Hex | EE | 69 | 5C | 0 | 38 | 3D | 7 | 5 | 51 | 41 |
| Octal | 356 | 151 | 134 | 0 | 70 | 75 | 7 | 5 | 121 | 101 |
| Binary | 11101110 | 1101001 | 1011100 | 0 | 111000 | 111101 | 111 | 101 | 1010001 | 1000001 |
Color Harmonies of #EE695C
Complementary color
Monochromatic Colors of #EE695C
Black with #EE695C
Text Example
Text Example
White with #EE695C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE695C; }
p { color: rgb(238,105,92); }
H1.HeaderClassName
{
color: #EE695C;
}
.AnyTagClassName
{
color: #EE695C;
}
</style>
background-color css
<style>
a { background-color: #EE695C; }
a { background-color: rgb(238,105,92); }
div.DivClassName
{
background-color: #EE695C;
}
.BgClassName
{
background-color: #EE695C;
}
</style>
border-color css
<style>
span { border-color: #EE695C; }
span { border-color: rgb(238,105,92); }
td.TdClassName
{
border-color: #EE695C;
}
.TagClassName
{
border-color: #EE695C;
}
</style>