Shades of Terra Cotta #EE6B5C
Tints of Terra Cotta #EE6B5C
RGB
CMYK
RGB Variations
Color information
#EE6B5C (or 0xEE6B5C) is known color: Terra Cotta. HEX triplet: EE, 6B and 5C. RGB value is (238,107,92). Sum of RGB (Red+Green+Blue) = 238+107+92=437 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.46% from 437); Green value is 107 (42.19% from 255 or 24.49% from 437); Blue value is 92 (36.33% from 255 or 21.05% from 437); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6B5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6B5C is #1194A3. Grayscale: #909090. Windows color (decimal): -1152164 or 6056942. OLE color: 6056942.
HSL color Cylindrical-coordinate representation of color #EE6B5C: hue angle of 6.16º 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 #EE6B5C is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 107 | 92 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.07 |
| HSL | 6.16º | 0.81% | 0.65% | - |
| HSV(B) | 6.16º | 0.61% | 0.93% | - |
| XYZ | 42.45 | 29.47 | 13.58 | - |
| YUV | 144.46 | 98.4 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 107 | 92 | 0 | 0.55 | 0.61 | 0.07 | 6.16 | 0.81 | 0.65 |
| Hex | EE | 6B | 5C | 0 | 37 | 3D | 7 | 6 | 51 | 41 |
| Octal | 356 | 153 | 134 | 0 | 67 | 75 | 7 | 6 | 121 | 101 |
| Binary | 11101110 | 1101011 | 1011100 | 0 | 110111 | 111101 | 111 | 110 | 1010001 | 1000001 |
Color Harmonies of #EE6B5C
Complementary color
Monochromatic Colors of #EE6B5C
Black with #EE6B5C
Text Example
Text Example
White with #EE6B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6B5C; }
p { color: rgb(238,107,92); }
H1.HeaderClassName
{
color: #EE6B5C;
}
.AnyTagClassName
{
color: #EE6B5C;
}
</style>
background-color css
<style>
a { background-color: #EE6B5C; }
a { background-color: rgb(238,107,92); }
div.DivClassName
{
background-color: #EE6B5C;
}
.BgClassName
{
background-color: #EE6B5C;
}
</style>
border-color css
<style>
span { border-color: #EE6B5C; }
span { border-color: rgb(238,107,92); }
td.TdClassName
{
border-color: #EE6B5C;
}
.TagClassName
{
border-color: #EE6B5C;
}
</style>