Shades of Terra Cotta #EE685C
Tints of Terra Cotta #EE685C
RGB
CMYK
RGB Variations
Color information
#EE685C (or 0xEE685C) is known color: Terra Cotta. HEX triplet: EE, 68 and 5C. RGB value is (238,104,92). Sum of RGB (Red+Green+Blue) = 238+104+92=434 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.84% from 434); Green value is 104 (41.02% from 255 or 23.96% from 434); Blue value is 92 (36.33% from 255 or 21.20% from 434); Max value from RGB is 238 - color contains mainly: red. Hex color #EE685C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE685C is #1197A3. Grayscale: #8E8E8E. Windows color (decimal): -1152932 or 6056174. OLE color: 6056174.
HSL color Cylindrical-coordinate representation of color #EE685C: hue angle of 4.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 #EE685C is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 104 | 92 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.07 |
| HSL | 4.93º | 0.81% | 0.65% | - |
| HSV(B) | 4.93º | 0.61% | 0.93% | - |
| XYZ | 42.14 | 28.85 | 13.47 | - |
| YUV | 142.7 | 99.39 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 104 | 92 | 0 | 0.56 | 0.61 | 0.07 | 4.93 | 0.81 | 0.65 |
| Hex | EE | 68 | 5C | 0 | 38 | 3D | 7 | 5 | 51 | 41 |
| Octal | 356 | 150 | 134 | 0 | 70 | 75 | 7 | 5 | 121 | 101 |
| Binary | 11101110 | 1101000 | 1011100 | 0 | 111000 | 111101 | 111 | 101 | 1010001 | 1000001 |
Color Harmonies of #EE685C
Complementary color
Monochromatic Colors of #EE685C
Black with #EE685C
Text Example
Text Example
White with #EE685C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE685C; }
p { color: rgb(238,104,92); }
H1.HeaderClassName
{
color: #EE685C;
}
.AnyTagClassName
{
color: #EE685C;
}
</style>
background-color css
<style>
a { background-color: #EE685C; }
a { background-color: rgb(238,104,92); }
div.DivClassName
{
background-color: #EE685C;
}
.BgClassName
{
background-color: #EE685C;
}
</style>
border-color css
<style>
span { border-color: #EE685C; }
span { border-color: rgb(238,104,92); }
td.TdClassName
{
border-color: #EE685C;
}
.TagClassName
{
border-color: #EE685C;
}
</style>