Shades of Terra Cotta #E67B5A
Tints of Terra Cotta #E67B5A
RGB
CMYK
RGB Variations
Color information
#E67B5A (or 0xE67B5A) is known color: Terra Cotta. HEX triplet: E6, 7B and 5A. RGB value is (230,123,90). Sum of RGB (Red+Green+Blue) = 230+123+90=443 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.92% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 90 (35.55% from 255 or 20.32% from 443); Max value from RGB is 230 - color contains mainly: red. Hex color #E67B5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67B5A is #1984A5. Grayscale: #979797. Windows color (decimal): -1672358 or 5929958. OLE color: 5929958.
HSL color Cylindrical-coordinate representation of color #E67B5A: hue angle of 14.14º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E67B5A is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 123 | 90 | - |
| CMYK | 0 | 0.47 | 0.61 | 0.10 |
| HSL | 14.14º | 0.74% | 0.63% | - |
| HSV(B) | 14.14º | 0.61% | 0.9% | - |
| XYZ | 41.56 | 31.73 | 13.61 | - |
| YUV | 151.23 | 93.45 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 123 | 90 | 0 | 0.47 | 0.61 | 0.10 | 14.14 | 0.74 | 0.63 |
| Hex | E6 | 7B | 5A | 0 | 2F | 3D | A | E | 4A | 3F |
| Octal | 346 | 173 | 132 | 0 | 57 | 75 | 12 | 16 | 112 | 77 |
| Binary | 11100110 | 1111011 | 1011010 | 0 | 101111 | 111101 | 1010 | 1110 | 1001010 | 111111 |
Color Harmonies of #E67B5A
Complementary color
Monochromatic Colors of #E67B5A
Black with #E67B5A
Text Example
Text Example
White with #E67B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67B5A; }
p { color: rgb(230,123,90); }
H1.HeaderClassName
{
color: #E67B5A;
}
.AnyTagClassName
{
color: #E67B5A;
}
</style>
background-color css
<style>
a { background-color: #E67B5A; }
a { background-color: rgb(230,123,90); }
div.DivClassName
{
background-color: #E67B5A;
}
.BgClassName
{
background-color: #E67B5A;
}
</style>
border-color css
<style>
span { border-color: #E67B5A; }
span { border-color: rgb(230,123,90); }
td.TdClassName
{
border-color: #E67B5A;
}
.TagClassName
{
border-color: #E67B5A;
}
</style>