Shades of Terra Cotta #E27468
Tints of Terra Cotta #E27468
RGB
CMYK
RGB Variations
Color information
#E27468 (or 0xE27468) is known color: Terra Cotta. HEX triplet: E2, 74 and 68. RGB value is (226,116,104). Sum of RGB (Red+Green+Blue) = 226+116+104=446 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.67% from 446); Green value is 116 (45.70% from 255 or 26.01% from 446); Blue value is 104 (41.02% from 255 or 23.32% from 446); Max value from RGB is 226 - color contains mainly: red. Hex color #E27468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27468 is #1D8B97. Grayscale: #939393. Windows color (decimal): -1936280 or 6845666. OLE color: 6845666.
HSL color Cylindrical-coordinate representation of color #E27468: hue angle of 5.9º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E27468 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 116 | 104 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.11 |
| HSL | 5.9º | 0.68% | 0.65% | - |
| HSV(B) | 5.9º | 0.54% | 0.89% | - |
| XYZ | 40.11 | 29.66 | 16.71 | - |
| YUV | 147.52 | 103.44 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 116 | 104 | 0 | 0.49 | 0.54 | 0.11 | 5.9 | 0.68 | 0.65 |
| Hex | E2 | 74 | 68 | 0 | 31 | 36 | B | 6 | 44 | 41 |
| Octal | 342 | 164 | 150 | 0 | 61 | 66 | 13 | 6 | 104 | 101 |
| Binary | 11100010 | 1110100 | 1101000 | 0 | 110001 | 110110 | 1011 | 110 | 1000100 | 1000001 |
Color Harmonies of #E27468
Complementary color
Monochromatic Colors of #E27468
Black with #E27468
Text Example
Text Example
White with #E27468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27468; }
p { color: rgb(226,116,104); }
H1.HeaderClassName
{
color: #E27468;
}
.AnyTagClassName
{
color: #E27468;
}
</style>
background-color css
<style>
a { background-color: #E27468; }
a { background-color: rgb(226,116,104); }
div.DivClassName
{
background-color: #E27468;
}
.BgClassName
{
background-color: #E27468;
}
</style>
border-color css
<style>
span { border-color: #E27468; }
span { border-color: rgb(226,116,104); }
td.TdClassName
{
border-color: #E27468;
}
.TagClassName
{
border-color: #E27468;
}
</style>