Shades of Light Coral #EF8682
Tints of Light Coral #EF8682
RGB
CMYK
RGB Variations
Color information
#EF8682 (or 0xEF8682) is known color: Light Coral. HEX triplet: EF, 86 and 82. RGB value is (239,134,130). Sum of RGB (Red+Green+Blue) = 239+134+130=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 134 (52.73% from 255 or 26.64% from 503); Blue value is 130 (51.17% from 255 or 25.84% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8682 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8682 is #10797D. Grayscale: #A5A5A5. Windows color (decimal): -1079678 or 8554223. OLE color: 8554223.
HSL color Cylindrical-coordinate representation of color #EF8682: hue angle of 2.2º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EF8682 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 134 | 130 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.06 |
| HSL | 2.2º | 0.77% | 0.72% | - |
| HSV(B) | 2.2º | 0.46% | 0.94% | - |
| XYZ | 48.15 | 37.01 | 25.73 | - |
| YUV | 164.94 | 108.29 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 134 | 130 | 0 | 0.44 | 0.46 | 0.06 | 2.2 | 0.77 | 0.72 |
| Hex | EF | 86 | 82 | 0 | 2C | 2E | 6 | 2 | 4D | 48 |
| Octal | 357 | 206 | 202 | 0 | 54 | 56 | 6 | 2 | 115 | 110 |
| Binary | 11101111 | 10000110 | 10000010 | 0 | 101100 | 101110 | 110 | 10 | 1001101 | 1001000 |
Color Harmonies of #EF8682
Complementary color
Monochromatic Colors of #EF8682
Black with #EF8682
Text Example
Text Example
White with #EF8682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8682; }
p { color: rgb(239,134,130); }
H1.HeaderClassName
{
color: #EF8682;
}
.AnyTagClassName
{
color: #EF8682;
}
</style>
background-color css
<style>
a { background-color: #EF8682; }
a { background-color: rgb(239,134,130); }
div.DivClassName
{
background-color: #EF8682;
}
.BgClassName
{
background-color: #EF8682;
}
</style>
border-color css
<style>
span { border-color: #EF8682; }
span { border-color: rgb(239,134,130); }
td.TdClassName
{
border-color: #EF8682;
}
.TagClassName
{
border-color: #EF8682;
}
</style>