Shades of Light Coral #ED8679
Tints of Light Coral #ED8679
RGB
CMYK
RGB Variations
Color information
#ED8679 (or 0xED8679) is known color: Light Coral. HEX triplet: ED, 86 and 79. RGB value is (237,134,121). Sum of RGB (Red+Green+Blue) = 237+134+121=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 134 (52.73% from 255 or 27.24% from 492); Blue value is 121 (47.66% from 255 or 24.59% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8679 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8679 is #127986. Grayscale: #A3A3A3. Windows color (decimal): -1210759 or 7964397. OLE color: 7964397.
HSL color Cylindrical-coordinate representation of color #ED8679: hue angle of 6.72º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED8679 is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 134 | 121 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.07 |
| HSL | 6.72º | 0.76% | 0.7% | - |
| HSV(B) | 6.72º | 0.49% | 0.93% | - |
| XYZ | 46.9 | 36.44 | 22.65 | - |
| YUV | 163.32 | 104.12 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 134 | 121 | 0 | 0.43 | 0.49 | 0.07 | 6.72 | 0.76 | 0.7 |
| Hex | ED | 86 | 79 | 0 | 2B | 31 | 7 | 7 | 4C | 46 |
| Octal | 355 | 206 | 171 | 0 | 53 | 61 | 7 | 7 | 114 | 106 |
| Binary | 11101101 | 10000110 | 1111001 | 0 | 101011 | 110001 | 111 | 111 | 1001100 | 1000110 |
Color Harmonies of #ED8679
Complementary color
Monochromatic Colors of #ED8679
Black with #ED8679
Text Example
Text Example
White with #ED8679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8679; }
p { color: rgb(237,134,121); }
H1.HeaderClassName
{
color: #ED8679;
}
.AnyTagClassName
{
color: #ED8679;
}
</style>
background-color css
<style>
a { background-color: #ED8679; }
a { background-color: rgb(237,134,121); }
div.DivClassName
{
background-color: #ED8679;
}
.BgClassName
{
background-color: #ED8679;
}
</style>
border-color css
<style>
span { border-color: #ED8679; }
span { border-color: rgb(237,134,121); }
td.TdClassName
{
border-color: #ED8679;
}
.TagClassName
{
border-color: #ED8679;
}
</style>