Shades of Light Coral #ED8C7F
Tints of Light Coral #ED8C7F
RGB
CMYK
RGB Variations
Color information
#ED8C7F (or 0xED8C7F) is known color: Light Coral. HEX triplet: ED, 8C and 7F. RGB value is (237,140,127). Sum of RGB (Red+Green+Blue) = 237+140+127=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 140 (55.08% from 255 or 27.78% from 504); Blue value is 127 (50% from 255 or 25.20% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8C7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8C7F is #127380. Grayscale: #A7A7A7. Windows color (decimal): -1209217 or 8359149. OLE color: 8359149.
HSL color Cylindrical-coordinate representation of color #ED8C7F: hue angle of 7.09º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED8C7F is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 140 | 127 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.07 |
| HSL | 7.09º | 0.75% | 0.71% | - |
| HSV(B) | 7.09º | 0.46% | 0.93% | - |
| XYZ | 48.13 | 38.29 | 24.93 | - |
| YUV | 167.52 | 105.14 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 140 | 127 | 0 | 0.41 | 0.46 | 0.07 | 7.09 | 0.75 | 0.71 |
| Hex | ED | 8C | 7F | 0 | 29 | 2E | 7 | 7 | 4B | 47 |
| Octal | 355 | 214 | 177 | 0 | 51 | 56 | 7 | 7 | 113 | 107 |
| Binary | 11101101 | 10001100 | 1111111 | 0 | 101001 | 101110 | 111 | 111 | 1001011 | 1000111 |
Color Harmonies of #ED8C7F
Complementary color
Monochromatic Colors of #ED8C7F
Black with #ED8C7F
Text Example
Text Example
White with #ED8C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8C7F; }
p { color: rgb(237,140,127); }
H1.HeaderClassName
{
color: #ED8C7F;
}
.AnyTagClassName
{
color: #ED8C7F;
}
</style>
background-color css
<style>
a { background-color: #ED8C7F; }
a { background-color: rgb(237,140,127); }
div.DivClassName
{
background-color: #ED8C7F;
}
.BgClassName
{
background-color: #ED8C7F;
}
</style>
border-color css
<style>
span { border-color: #ED8C7F; }
span { border-color: rgb(237,140,127); }
td.TdClassName
{
border-color: #ED8C7F;
}
.TagClassName
{
border-color: #ED8C7F;
}
</style>