Shades of Light Coral #EF8B7D
Tints of Light Coral #EF8B7D
RGB
CMYK
RGB Variations
Color information
#EF8B7D (or 0xEF8B7D) is known color: Light Coral. HEX triplet: EF, 8B and 7D. RGB value is (239,139,125). Sum of RGB (Red+Green+Blue) = 239+139+125=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 139 (54.69% from 255 or 27.63% from 503); Blue value is 125 (49.22% from 255 or 24.85% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8B7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8B7D is #107482. Grayscale: #A7A7A7. Windows color (decimal): -1078403 or 8227823. OLE color: 8227823.
HSL color Cylindrical-coordinate representation of color #EF8B7D: hue angle of 7.37º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EF8B7D is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 139 | 125 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.06 |
| HSL | 7.37º | 0.78% | 0.71% | - |
| HSV(B) | 7.37º | 0.48% | 0.94% | - |
| XYZ | 48.53 | 38.3 | 24.24 | - |
| YUV | 167.3 | 104.13 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 139 | 125 | 0 | 0.42 | 0.48 | 0.06 | 7.37 | 0.78 | 0.71 |
| Hex | EF | 8B | 7D | 0 | 2A | 30 | 6 | 7 | 4E | 47 |
| Octal | 357 | 213 | 175 | 0 | 52 | 60 | 6 | 7 | 116 | 107 |
| Binary | 11101111 | 10001011 | 1111101 | 0 | 101010 | 110000 | 110 | 111 | 1001110 | 1000111 |
Color Harmonies of #EF8B7D
Complementary color
Monochromatic Colors of #EF8B7D
Black with #EF8B7D
Text Example
Text Example
White with #EF8B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8B7D; }
p { color: rgb(239,139,125); }
H1.HeaderClassName
{
color: #EF8B7D;
}
.AnyTagClassName
{
color: #EF8B7D;
}
</style>
background-color css
<style>
a { background-color: #EF8B7D; }
a { background-color: rgb(239,139,125); }
div.DivClassName
{
background-color: #EF8B7D;
}
.BgClassName
{
background-color: #EF8B7D;
}
</style>
border-color css
<style>
span { border-color: #EF8B7D; }
span { border-color: rgb(239,139,125); }
td.TdClassName
{
border-color: #EF8B7D;
}
.TagClassName
{
border-color: #EF8B7D;
}
</style>