Shades of Terra Cotta #E7675B
Tints of Terra Cotta #E7675B
RGB
CMYK
RGB Variations
Color information
#E7675B (or 0xE7675B) is known color: Terra Cotta. HEX triplet: E7, 67 and 5B. RGB value is (231,103,91). Sum of RGB (Red+Green+Blue) = 231+103+91=425 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.35% from 425); Green value is 103 (40.62% from 255 or 24.24% from 425); Blue value is 91 (35.94% from 255 or 21.41% from 425); Max value from RGB is 231 - color contains mainly: red. Hex color #E7675B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7675B is #1898A4. Grayscale: #8C8C8C. Windows color (decimal): -1611941 or 5990375. OLE color: 5990375.
HSL color Cylindrical-coordinate representation of color #E7675B: hue angle of 5.14º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E7675B is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 103 | 91 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.09 |
| HSL | 5.14º | 0.74% | 0.63% | - |
| HSV(B) | 5.14º | 0.61% | 0.91% | - |
| XYZ | 39.69 | 27.44 | 13.1 | - |
| YUV | 139.9 | 100.41 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 103 | 91 | 0 | 0.55 | 0.61 | 0.09 | 5.14 | 0.74 | 0.63 |
| Hex | E7 | 67 | 5B | 0 | 37 | 3D | 9 | 5 | 4A | 3F |
| Octal | 347 | 147 | 133 | 0 | 67 | 75 | 11 | 5 | 112 | 77 |
| Binary | 11100111 | 1100111 | 1011011 | 0 | 110111 | 111101 | 1001 | 101 | 1001010 | 111111 |
Color Harmonies of #E7675B
Complementary color
Monochromatic Colors of #E7675B
Black with #E7675B
Text Example
Text Example
White with #E7675B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7675B; }
p { color: rgb(231,103,91); }
H1.HeaderClassName
{
color: #E7675B;
}
.AnyTagClassName
{
color: #E7675B;
}
</style>
background-color css
<style>
a { background-color: #E7675B; }
a { background-color: rgb(231,103,91); }
div.DivClassName
{
background-color: #E7675B;
}
.BgClassName
{
background-color: #E7675B;
}
</style>
border-color css
<style>
span { border-color: #E7675B; }
span { border-color: rgb(231,103,91); }
td.TdClassName
{
border-color: #E7675B;
}
.TagClassName
{
border-color: #E7675B;
}
</style>