Shades of Terra Cotta #E7675C
Tints of Terra Cotta #E7675C
RGB
CMYK
RGB Variations
Color information
#E7675C (or 0xE7675C) is known color: Terra Cotta. HEX triplet: E7, 67 and 5C. RGB value is (231,103,92). Sum of RGB (Red+Green+Blue) = 231+103+92=426 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.23% from 426); Green value is 103 (40.62% from 255 or 24.18% from 426); Blue value is 92 (36.33% from 255 or 21.60% from 426); Max value from RGB is 231 - color contains mainly: red. Hex color #E7675C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7675C is #1898A3. Grayscale: #8C8C8C. Windows color (decimal): -1611940 or 6055911. OLE color: 6055911.
HSL color Cylindrical-coordinate representation of color #E7675C: hue angle of 4.75º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E7675C is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 103 | 92 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.09 |
| HSL | 4.75º | 0.74% | 0.63% | - |
| HSV(B) | 4.75º | 0.6% | 0.91% | - |
| XYZ | 39.74 | 27.46 | 13.33 | - |
| YUV | 140.02 | 100.91 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 103 | 92 | 0 | 0.55 | 0.60 | 0.09 | 4.75 | 0.74 | 0.63 |
| Hex | E7 | 67 | 5C | 0 | 37 | 3C | 9 | 5 | 4A | 3F |
| Octal | 347 | 147 | 134 | 0 | 67 | 74 | 11 | 5 | 112 | 77 |
| Binary | 11100111 | 1100111 | 1011100 | 0 | 110111 | 111100 | 1001 | 101 | 1001010 | 111111 |
Color Harmonies of #E7675C
Complementary color
Monochromatic Colors of #E7675C
Black with #E7675C
Text Example
Text Example
White with #E7675C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7675C; }
p { color: rgb(231,103,92); }
H1.HeaderClassName
{
color: #E7675C;
}
.AnyTagClassName
{
color: #E7675C;
}
</style>
background-color css
<style>
a { background-color: #E7675C; }
a { background-color: rgb(231,103,92); }
div.DivClassName
{
background-color: #E7675C;
}
.BgClassName
{
background-color: #E7675C;
}
</style>
border-color css
<style>
span { border-color: #E7675C; }
span { border-color: rgb(231,103,92); }
td.TdClassName
{
border-color: #E7675C;
}
.TagClassName
{
border-color: #E7675C;
}
</style>