Shades of Terra Cotta #E7675E
Tints of Terra Cotta #E7675E
RGB
CMYK
RGB Variations
Color information
#E7675E (or 0xE7675E) is known color: Terra Cotta. HEX triplet: E7, 67 and 5E. RGB value is (231,103,94). Sum of RGB (Red+Green+Blue) = 231+103+94=428 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.97% from 428); Green value is 103 (40.62% from 255 or 24.07% from 428); Blue value is 94 (37.11% from 255 or 21.96% from 428); Max value from RGB is 231 - color contains mainly: red. Hex color #E7675E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7675E is #1898A1. Grayscale: #8C8C8C. Windows color (decimal): -1611938 or 6186983. OLE color: 6186983.
HSL color Cylindrical-coordinate representation of color #E7675E: hue angle of 3.94º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E7675E is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 103 | 94 | - |
| CMYK | 0 | 0.55 | 0.59 | 0.09 |
| HSL | 3.94º | 0.74% | 0.64% | - |
| HSV(B) | 3.94º | 0.59% | 0.91% | - |
| XYZ | 39.83 | 27.5 | 13.8 | - |
| YUV | 140.25 | 101.91 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 103 | 94 | 0 | 0.55 | 0.59 | 0.09 | 3.94 | 0.74 | 0.64 |
| Hex | E7 | 67 | 5E | 0 | 37 | 3B | 9 | 4 | 4A | 40 |
| Octal | 347 | 147 | 136 | 0 | 67 | 73 | 11 | 4 | 112 | 100 |
| Binary | 11100111 | 1100111 | 1011110 | 0 | 110111 | 111011 | 1001 | 100 | 1001010 | 1000000 |
Color Harmonies of #E7675E
Complementary color
Monochromatic Colors of #E7675E
Black with #E7675E
Text Example
Text Example
White with #E7675E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7675E; }
p { color: rgb(231,103,94); }
H1.HeaderClassName
{
color: #E7675E;
}
.AnyTagClassName
{
color: #E7675E;
}
</style>
background-color css
<style>
a { background-color: #E7675E; }
a { background-color: rgb(231,103,94); }
div.DivClassName
{
background-color: #E7675E;
}
.BgClassName
{
background-color: #E7675E;
}
</style>
border-color css
<style>
span { border-color: #E7675E; }
span { border-color: rgb(231,103,94); }
td.TdClassName
{
border-color: #E7675E;
}
.TagClassName
{
border-color: #E7675E;
}
</style>