Shades of Terra Cotta #E6675E
Tints of Terra Cotta #E6675E
RGB
CMYK
RGB Variations
Color information
#E6675E (or 0xE6675E) is known color: Terra Cotta. HEX triplet: E6, 67 and 5E. RGB value is (230,103,94). Sum of RGB (Red+Green+Blue) = 230+103+94=427 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.86% from 427); Green value is 103 (40.62% from 255 or 24.12% from 427); Blue value is 94 (37.11% from 255 or 22.01% from 427); Max value from RGB is 230 - color contains mainly: red. Hex color #E6675E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6675E is #1998A1. Grayscale: #8C8C8C. Windows color (decimal): -1677474 or 6186982. OLE color: 6186982.
HSL color Cylindrical-coordinate representation of color #E6675E: hue angle of 3.97º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E6675E is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 103 | 94 | - |
| CMYK | 0 | 0.55 | 0.59 | 0.10 |
| HSL | 3.97º | 0.73% | 0.64% | - |
| HSV(B) | 3.97º | 0.59% | 0.9% | - |
| XYZ | 39.5 | 27.33 | 13.78 | - |
| YUV | 139.95 | 102.08 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 103 | 94 | 0 | 0.55 | 0.59 | 0.10 | 3.97 | 0.73 | 0.64 |
| Hex | E6 | 67 | 5E | 0 | 37 | 3B | A | 4 | 49 | 40 |
| Octal | 346 | 147 | 136 | 0 | 67 | 73 | 12 | 4 | 111 | 100 |
| Binary | 11100110 | 1100111 | 1011110 | 0 | 110111 | 111011 | 1010 | 100 | 1001001 | 1000000 |
Color Harmonies of #E6675E
Complementary color
Monochromatic Colors of #E6675E
Black with #E6675E
Text Example
Text Example
White with #E6675E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6675E; }
p { color: rgb(230,103,94); }
H1.HeaderClassName
{
color: #E6675E;
}
.AnyTagClassName
{
color: #E6675E;
}
</style>
background-color css
<style>
a { background-color: #E6675E; }
a { background-color: rgb(230,103,94); }
div.DivClassName
{
background-color: #E6675E;
}
.BgClassName
{
background-color: #E6675E;
}
</style>
border-color css
<style>
span { border-color: #E6675E; }
span { border-color: rgb(230,103,94); }
td.TdClassName
{
border-color: #E6675E;
}
.TagClassName
{
border-color: #E6675E;
}
</style>