Shades of Terra Cotta #E3805C
Tints of Terra Cotta #E3805C
RGB
CMYK
RGB Variations
Color information
#E3805C (or 0xE3805C) is known color: Terra Cotta. HEX triplet: E3, 80 and 5C. RGB value is (227,128,92). Sum of RGB (Red+Green+Blue) = 227+128+92=447 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.78% from 447); Green value is 128 (50.39% from 255 or 28.64% from 447); Blue value is 92 (36.33% from 255 or 20.58% from 447); Max value from RGB is 227 - color contains mainly: red. Hex color #E3805C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3805C is #1C7FA3. Grayscale: #999999. Windows color (decimal): -1867684 or 6062307. OLE color: 6062307.
HSL color Cylindrical-coordinate representation of color #E3805C: hue angle of 16º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E3805C is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 128 | 92 | - |
| CMYK | 0 | 0.44 | 0.59 | 0.11 |
| HSL | 16º | 0.71% | 0.63% | - |
| HSV(B) | 16º | 0.59% | 0.89% | - |
| XYZ | 41.33 | 32.54 | 14.23 | - |
| YUV | 153.5 | 93.3 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 128 | 92 | 0 | 0.44 | 0.59 | 0.11 | 16 | 0.71 | 0.63 |
| Hex | E3 | 80 | 5C | 0 | 2C | 3B | B | 10 | 47 | 3F |
| Octal | 343 | 200 | 134 | 0 | 54 | 73 | 13 | 20 | 107 | 77 |
| Binary | 11100011 | 10000000 | 1011100 | 0 | 101100 | 111011 | 1011 | 10000 | 1000111 | 111111 |
Color Harmonies of #E3805C
Complementary color
Monochromatic Colors of #E3805C
Black with #E3805C
Text Example
Text Example
White with #E3805C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3805C; }
p { color: rgb(227,128,92); }
H1.HeaderClassName
{
color: #E3805C;
}
.AnyTagClassName
{
color: #E3805C;
}
</style>
background-color css
<style>
a { background-color: #E3805C; }
a { background-color: rgb(227,128,92); }
div.DivClassName
{
background-color: #E3805C;
}
.BgClassName
{
background-color: #E3805C;
}
</style>
border-color css
<style>
span { border-color: #E3805C; }
span { border-color: rgb(227,128,92); }
td.TdClassName
{
border-color: #E3805C;
}
.TagClassName
{
border-color: #E3805C;
}
</style>