Shades of Terra Cotta #EB675A
Tints of Terra Cotta #EB675A
RGB
CMYK
RGB Variations
Color information
#EB675A (or 0xEB675A) is known color: Terra Cotta. HEX triplet: EB, 67 and 5A. RGB value is (235,103,90). Sum of RGB (Red+Green+Blue) = 235+103+90=428 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.91% from 428); Green value is 103 (40.62% from 255 or 24.07% from 428); Blue value is 90 (35.55% from 255 or 21.03% from 428); Max value from RGB is 235 - color contains mainly: red. Hex color #EB675A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB675A is #1498A5. Grayscale: #8D8D8D. Windows color (decimal): -1349798 or 5924843. OLE color: 5924843.
HSL color Cylindrical-coordinate representation of color #EB675A: hue angle of 5.38º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EB675A is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 103 | 90 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.08 |
| HSL | 5.38º | 0.78% | 0.64% | - |
| HSV(B) | 5.38º | 0.62% | 0.92% | - |
| XYZ | 40.96 | 28.1 | 12.94 | - |
| YUV | 140.99 | 99.23 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 103 | 90 | 0 | 0.56 | 0.62 | 0.08 | 5.38 | 0.78 | 0.64 |
| Hex | EB | 67 | 5A | 0 | 38 | 3E | 8 | 5 | 4E | 40 |
| Octal | 353 | 147 | 132 | 0 | 70 | 76 | 10 | 5 | 116 | 100 |
| Binary | 11101011 | 1100111 | 1011010 | 0 | 111000 | 111110 | 1000 | 101 | 1001110 | 1000000 |
Color Harmonies of #EB675A
Complementary color
Monochromatic Colors of #EB675A
Black with #EB675A
Text Example
Text Example
White with #EB675A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB675A; }
p { color: rgb(235,103,90); }
H1.HeaderClassName
{
color: #EB675A;
}
.AnyTagClassName
{
color: #EB675A;
}
</style>
background-color css
<style>
a { background-color: #EB675A; }
a { background-color: rgb(235,103,90); }
div.DivClassName
{
background-color: #EB675A;
}
.BgClassName
{
background-color: #EB675A;
}
</style>
border-color css
<style>
span { border-color: #EB675A; }
span { border-color: rgb(235,103,90); }
td.TdClassName
{
border-color: #EB675A;
}
.TagClassName
{
border-color: #EB675A;
}
</style>