Shades of Light Coral #EF8C7E
Tints of Light Coral #EF8C7E
RGB
CMYK
RGB Variations
Color information
#EF8C7E (or 0xEF8C7E) is known color: Light Coral. HEX triplet: EF, 8C and 7E. RGB value is (239,140,126). Sum of RGB (Red+Green+Blue) = 239+140+126=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 140 (55.08% from 255 or 27.72% from 505); Blue value is 126 (49.61% from 255 or 24.95% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8C7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8C7E is #107381. Grayscale: #A8A8A8. Windows color (decimal): -1078146 or 8293615. OLE color: 8293615.
HSL color Cylindrical-coordinate representation of color #EF8C7E: hue angle of 7.43º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EF8C7E is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 140 | 126 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.06 |
| HSL | 7.43º | 0.78% | 0.72% | - |
| HSV(B) | 7.43º | 0.47% | 0.94% | - |
| XYZ | 48.74 | 38.61 | 24.62 | - |
| YUV | 168.01 | 104.3 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 140 | 126 | 0 | 0.41 | 0.47 | 0.06 | 7.43 | 0.78 | 0.72 |
| Hex | EF | 8C | 7E | 0 | 29 | 2F | 6 | 7 | 4E | 48 |
| Octal | 357 | 214 | 176 | 0 | 51 | 57 | 6 | 7 | 116 | 110 |
| Binary | 11101111 | 10001100 | 1111110 | 0 | 101001 | 101111 | 110 | 111 | 1001110 | 1001000 |
Color Harmonies of #EF8C7E
Complementary color
Monochromatic Colors of #EF8C7E
Black with #EF8C7E
Text Example
Text Example
White with #EF8C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8C7E; }
p { color: rgb(239,140,126); }
H1.HeaderClassName
{
color: #EF8C7E;
}
.AnyTagClassName
{
color: #EF8C7E;
}
</style>
background-color css
<style>
a { background-color: #EF8C7E; }
a { background-color: rgb(239,140,126); }
div.DivClassName
{
background-color: #EF8C7E;
}
.BgClassName
{
background-color: #EF8C7E;
}
</style>
border-color css
<style>
span { border-color: #EF8C7E; }
span { border-color: rgb(239,140,126); }
td.TdClassName
{
border-color: #EF8C7E;
}
.TagClassName
{
border-color: #EF8C7E;
}
</style>