Shades of Terra Cotta #ED675B
Tints of Terra Cotta #ED675B
RGB
CMYK
RGB Variations
Color information
#ED675B (or 0xED675B) is known color: Terra Cotta. HEX triplet: ED, 67 and 5B. RGB value is (237,103,91). Sum of RGB (Red+Green+Blue) = 237+103+91=431 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.99% from 431); Green value is 103 (40.62% from 255 or 23.90% from 431); Blue value is 91 (35.94% from 255 or 21.11% from 431); Max value from RGB is 237 - color contains mainly: red. Hex color #ED675B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED675B is #1298A4. Grayscale: #8D8D8D. Windows color (decimal): -1218725 or 5990381. OLE color: 5990381.
HSL color Cylindrical-coordinate representation of color #ED675B: hue angle of 4.93º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED675B is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 103 | 91 | - |
| CMYK | 0 | 0.57 | 0.62 | 0.07 |
| HSL | 4.93º | 0.8% | 0.64% | - |
| HSV(B) | 4.93º | 0.62% | 0.93% | - |
| XYZ | 41.66 | 28.46 | 13.2 | - |
| YUV | 141.7 | 99.39 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 103 | 91 | 0 | 0.57 | 0.62 | 0.07 | 4.93 | 0.8 | 0.64 |
| Hex | ED | 67 | 5B | 0 | 39 | 3E | 7 | 5 | 50 | 40 |
| Octal | 355 | 147 | 133 | 0 | 71 | 76 | 7 | 5 | 120 | 100 |
| Binary | 11101101 | 1100111 | 1011011 | 0 | 111001 | 111110 | 111 | 101 | 1010000 | 1000000 |
Color Harmonies of #ED675B
Complementary color
Monochromatic Colors of #ED675B
Black with #ED675B
Text Example
Text Example
White with #ED675B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED675B; }
p { color: rgb(237,103,91); }
H1.HeaderClassName
{
color: #ED675B;
}
.AnyTagClassName
{
color: #ED675B;
}
</style>
background-color css
<style>
a { background-color: #ED675B; }
a { background-color: rgb(237,103,91); }
div.DivClassName
{
background-color: #ED675B;
}
.BgClassName
{
background-color: #ED675B;
}
</style>
border-color css
<style>
span { border-color: #ED675B; }
span { border-color: rgb(237,103,91); }
td.TdClassName
{
border-color: #ED675B;
}
.TagClassName
{
border-color: #ED675B;
}
</style>