Shades of Light Coral #EF807C
Tints of Light Coral #EF807C
RGB
CMYK
RGB Variations
Color information
#EF807C (or 0xEF807C) is known color: Light Coral. HEX triplet: EF, 80 and 7C. RGB value is (239,128,124). Sum of RGB (Red+Green+Blue) = 239+128+124=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 124 (48.83% from 255 or 25.25% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EF807C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF807C is #107F83. Grayscale: #A0A0A0. Windows color (decimal): -1081220 or 8159471. OLE color: 8159471.
HSL color Cylindrical-coordinate representation of color #EF807C: hue angle of 2.09º 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 #EF807C is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 128 | 124 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.06 |
| HSL | 2.09º | 0.78% | 0.71% | - |
| HSV(B) | 2.09º | 0.48% | 0.94% | - |
| XYZ | 46.95 | 35.24 | 23.4 | - |
| YUV | 160.73 | 107.27 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 128 | 124 | 0 | 0.46 | 0.48 | 0.06 | 2.09 | 0.78 | 0.71 |
| Hex | EF | 80 | 7C | 0 | 2E | 30 | 6 | 2 | 4E | 47 |
| Octal | 357 | 200 | 174 | 0 | 56 | 60 | 6 | 2 | 116 | 107 |
| Binary | 11101111 | 10000000 | 1111100 | 0 | 101110 | 110000 | 110 | 10 | 1001110 | 1000111 |
Color Harmonies of #EF807C
Complementary color
Monochromatic Colors of #EF807C
Black with #EF807C
Text Example
Text Example
White with #EF807C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF807C; }
p { color: rgb(239,128,124); }
H1.HeaderClassName
{
color: #EF807C;
}
.AnyTagClassName
{
color: #EF807C;
}
</style>
background-color css
<style>
a { background-color: #EF807C; }
a { background-color: rgb(239,128,124); }
div.DivClassName
{
background-color: #EF807C;
}
.BgClassName
{
background-color: #EF807C;
}
</style>
border-color css
<style>
span { border-color: #EF807C; }
span { border-color: rgb(239,128,124); }
td.TdClassName
{
border-color: #EF807C;
}
.TagClassName
{
border-color: #EF807C;
}
</style>