Shades of Terra Cotta #E27B5C
Tints of Terra Cotta #E27B5C
RGB
CMYK
RGB Variations
Color information
#E27B5C (or 0xE27B5C) is known color: Terra Cotta. HEX triplet: E2, 7B and 5C. RGB value is (226,123,92). Sum of RGB (Red+Green+Blue) = 226+123+92=441 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.25% from 441); Green value is 123 (48.44% from 255 or 27.89% from 441); Blue value is 92 (36.33% from 255 or 20.86% from 441); Max value from RGB is 226 - color contains mainly: red. Hex color #E27B5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E27B5C is #1D84A3. Grayscale: #969696. Windows color (decimal): -1934500 or 6061026. OLE color: 6061026.
HSL color Cylindrical-coordinate representation of color #E27B5C: hue angle of 13.88º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E27B5C is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 123 | 92 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.11 |
| HSL | 13.88º | 0.7% | 0.62% | - |
| HSV(B) | 13.88º | 0.59% | 0.89% | - |
| XYZ | 40.38 | 31.11 | 14 | - |
| YUV | 150.26 | 95.12 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 123 | 92 | 0 | 0.46 | 0.59 | 0.11 | 13.88 | 0.7 | 0.62 |
| Hex | E2 | 7B | 5C | 0 | 2E | 3B | B | E | 46 | 3E |
| Octal | 342 | 173 | 134 | 0 | 56 | 73 | 13 | 16 | 106 | 76 |
| Binary | 11100010 | 1111011 | 1011100 | 0 | 101110 | 111011 | 1011 | 1110 | 1000110 | 111110 |
Color Harmonies of #E27B5C
Complementary color
Monochromatic Colors of #E27B5C
Black with #E27B5C
Text Example
Text Example
White with #E27B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27B5C; }
p { color: rgb(226,123,92); }
H1.HeaderClassName
{
color: #E27B5C;
}
.AnyTagClassName
{
color: #E27B5C;
}
</style>
background-color css
<style>
a { background-color: #E27B5C; }
a { background-color: rgb(226,123,92); }
div.DivClassName
{
background-color: #E27B5C;
}
.BgClassName
{
background-color: #E27B5C;
}
</style>
border-color css
<style>
span { border-color: #E27B5C; }
span { border-color: rgb(226,123,92); }
td.TdClassName
{
border-color: #E27B5C;
}
.TagClassName
{
border-color: #E27B5C;
}
</style>