Shades of Terra Cotta #EB675C
Tints of Terra Cotta #EB675C
RGB
CMYK
RGB Variations
Color information
#EB675C (or 0xEB675C) is known color: Terra Cotta. HEX triplet: EB, 67 and 5C. RGB value is (235,103,92). Sum of RGB (Red+Green+Blue) = 235+103+92=430 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.65% from 430); Green value is 103 (40.62% from 255 or 23.95% from 430); Blue value is 92 (36.33% from 255 or 21.40% from 430); Max value from RGB is 235 - color contains mainly: red. Hex color #EB675C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB675C is #1498A3. Grayscale: #8D8D8D. Windows color (decimal): -1349796 or 6055915. OLE color: 6055915.
HSL color Cylindrical-coordinate representation of color #EB675C: hue angle of 4.62º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EB675C is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 103 | 92 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.08 |
| HSL | 4.62º | 0.78% | 0.64% | - |
| HSV(B) | 4.62º | 0.61% | 0.92% | - |
| XYZ | 41.04 | 28.14 | 13.39 | - |
| YUV | 141.21 | 100.23 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 103 | 92 | 0 | 0.56 | 0.61 | 0.08 | 4.62 | 0.78 | 0.64 |
| Hex | EB | 67 | 5C | 0 | 38 | 3D | 8 | 5 | 4E | 40 |
| Octal | 353 | 147 | 134 | 0 | 70 | 75 | 10 | 5 | 116 | 100 |
| Binary | 11101011 | 1100111 | 1011100 | 0 | 111000 | 111101 | 1000 | 101 | 1001110 | 1000000 |
Color Harmonies of #EB675C
Complementary color
Monochromatic Colors of #EB675C
Black with #EB675C
Text Example
Text Example
White with #EB675C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB675C; }
p { color: rgb(235,103,92); }
H1.HeaderClassName
{
color: #EB675C;
}
.AnyTagClassName
{
color: #EB675C;
}
</style>
background-color css
<style>
a { background-color: #EB675C; }
a { background-color: rgb(235,103,92); }
div.DivClassName
{
background-color: #EB675C;
}
.BgClassName
{
background-color: #EB675C;
}
</style>
border-color css
<style>
span { border-color: #EB675C; }
span { border-color: rgb(235,103,92); }
td.TdClassName
{
border-color: #EB675C;
}
.TagClassName
{
border-color: #EB675C;
}
</style>