Shades of Terra Cotta #ED7762
Tints of Terra Cotta #ED7762
RGB
CMYK
RGB Variations
Color information
#ED7762 (or 0xED7762) is known color: Terra Cotta. HEX triplet: ED, 77 and 62. RGB value is (237,119,98). Sum of RGB (Red+Green+Blue) = 237+119+98=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 98 (38.67% from 255 or 21.59% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7762 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7762 is #12889D. Grayscale: #989898. Windows color (decimal): -1214622 or 6453229. OLE color: 6453229.
HSL color Cylindrical-coordinate representation of color #ED7762: hue angle of 9.06º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED7762 is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 119 | 98 | - |
| CMYK | 0 | 0.50 | 0.59 | 0.07 |
| HSL | 9.06º | 0.79% | 0.66% | - |
| HSV(B) | 9.06º | 0.59% | 0.93% | - |
| XYZ | 43.73 | 32.08 | 15.44 | - |
| YUV | 151.89 | 97.59 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 119 | 98 | 0 | 0.50 | 0.59 | 0.07 | 9.06 | 0.79 | 0.66 |
| Hex | ED | 77 | 62 | 0 | 32 | 3B | 7 | 9 | 4F | 42 |
| Octal | 355 | 167 | 142 | 0 | 62 | 73 | 7 | 11 | 117 | 102 |
| Binary | 11101101 | 1110111 | 1100010 | 0 | 110010 | 111011 | 111 | 1001 | 1001111 | 1000010 |
Color Harmonies of #ED7762
Complementary color
Monochromatic Colors of #ED7762
Black with #ED7762
Text Example
Text Example
White with #ED7762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7762; }
p { color: rgb(237,119,98); }
H1.HeaderClassName
{
color: #ED7762;
}
.AnyTagClassName
{
color: #ED7762;
}
</style>
background-color css
<style>
a { background-color: #ED7762; }
a { background-color: rgb(237,119,98); }
div.DivClassName
{
background-color: #ED7762;
}
.BgClassName
{
background-color: #ED7762;
}
</style>
border-color css
<style>
span { border-color: #ED7762; }
span { border-color: rgb(237,119,98); }
td.TdClassName
{
border-color: #ED7762;
}
.TagClassName
{
border-color: #ED7762;
}
</style>