Shades of Light Coral #EF867A
Tints of Light Coral #EF867A
RGB
CMYK
RGB Variations
Color information
#EF867A (or 0xEF867A) is known color: Light Coral. HEX triplet: EF, 86 and 7A. RGB value is (239,134,122). Sum of RGB (Red+Green+Blue) = 239+134+122=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 134 (52.73% from 255 or 27.07% from 495); Blue value is 122 (48.05% from 255 or 24.65% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EF867A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF867A is #107985. Grayscale: #A4A4A4. Windows color (decimal): -1079686 or 8029935. OLE color: 8029935.
HSL color Cylindrical-coordinate representation of color #EF867A: hue angle of 6.15º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF867A is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 134 | 122 | - |
| CMYK | 0 | 0.44 | 0.49 | 0.06 |
| HSL | 6.15º | 0.79% | 0.71% | - |
| HSV(B) | 6.15º | 0.49% | 0.94% | - |
| XYZ | 47.63 | 36.81 | 23.01 | - |
| YUV | 164.03 | 104.29 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 134 | 122 | 0 | 0.44 | 0.49 | 0.06 | 6.15 | 0.79 | 0.71 |
| Hex | EF | 86 | 7A | 0 | 2C | 31 | 6 | 6 | 4F | 47 |
| Octal | 357 | 206 | 172 | 0 | 54 | 61 | 6 | 6 | 117 | 107 |
| Binary | 11101111 | 10000110 | 1111010 | 0 | 101100 | 110001 | 110 | 110 | 1001111 | 1000111 |
Color Harmonies of #EF867A
Complementary color
Monochromatic Colors of #EF867A
Black with #EF867A
Text Example
Text Example
White with #EF867A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF867A; }
p { color: rgb(239,134,122); }
H1.HeaderClassName
{
color: #EF867A;
}
.AnyTagClassName
{
color: #EF867A;
}
</style>
background-color css
<style>
a { background-color: #EF867A; }
a { background-color: rgb(239,134,122); }
div.DivClassName
{
background-color: #EF867A;
}
.BgClassName
{
background-color: #EF867A;
}
</style>
border-color css
<style>
span { border-color: #EF867A; }
span { border-color: rgb(239,134,122); }
td.TdClassName
{
border-color: #EF867A;
}
.TagClassName
{
border-color: #EF867A;
}
</style>