Shades of Terra Cotta #E4685B
Tints of Terra Cotta #E4685B
RGB
CMYK
RGB Variations
Color information
#E4685B (or 0xE4685B) is known color: Terra Cotta. HEX triplet: E4, 68 and 5B. RGB value is (228,104,91). Sum of RGB (Red+Green+Blue) = 228+104+91=423 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.90% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 91 (35.94% from 255 or 21.51% from 423); Max value from RGB is 228 - color contains mainly: red. Hex color #E4685B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4685B is #1B97A4. Grayscale: #8B8B8B. Windows color (decimal): -1808293 or 5990628. OLE color: 5990628.
HSL color Cylindrical-coordinate representation of color #E4685B: hue angle of 5.69º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E4685B is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 104 | 91 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.11 |
| HSL | 5.69º | 0.72% | 0.63% | - |
| HSV(B) | 5.69º | 0.6% | 0.89% | - |
| XYZ | 38.83 | 27.15 | 13.09 | - |
| YUV | 139.59 | 100.58 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 104 | 91 | 0 | 0.54 | 0.60 | 0.11 | 5.69 | 0.72 | 0.63 |
| Hex | E4 | 68 | 5B | 0 | 36 | 3C | B | 6 | 48 | 3F |
| Octal | 344 | 150 | 133 | 0 | 66 | 74 | 13 | 6 | 110 | 77 |
| Binary | 11100100 | 1101000 | 1011011 | 0 | 110110 | 111100 | 1011 | 110 | 1001000 | 111111 |
Color Harmonies of #E4685B
Complementary color
Monochromatic Colors of #E4685B
Black with #E4685B
Text Example
Text Example
White with #E4685B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4685B; }
p { color: rgb(228,104,91); }
H1.HeaderClassName
{
color: #E4685B;
}
.AnyTagClassName
{
color: #E4685B;
}
</style>
background-color css
<style>
a { background-color: #E4685B; }
a { background-color: rgb(228,104,91); }
div.DivClassName
{
background-color: #E4685B;
}
.BgClassName
{
background-color: #E4685B;
}
</style>
border-color css
<style>
span { border-color: #E4685B; }
span { border-color: rgb(228,104,91); }
td.TdClassName
{
border-color: #E4685B;
}
.TagClassName
{
border-color: #E4685B;
}
</style>