Shades of Light Coral #EF867B
Tints of Light Coral #EF867B
RGB
CMYK
RGB Variations
Color information
#EF867B (or 0xEF867B) is known color: Light Coral. HEX triplet: EF, 86 and 7B. RGB value is (239,134,123). Sum of RGB (Red+Green+Blue) = 239+134+123=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 134 (52.73% from 255 or 27.02% from 496); Blue value is 123 (48.44% from 255 or 24.80% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EF867B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF867B is #107984. Grayscale: #A4A4A4. Windows color (decimal): -1079685 or 8095471. OLE color: 8095471.
HSL color Cylindrical-coordinate representation of color #EF867B: hue angle of 5.69º degrees, saturation: 0.78, 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 #EF867B is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 134 | 123 | - |
| CMYK | 0 | 0.44 | 0.49 | 0.06 |
| HSL | 5.69º | 0.78% | 0.71% | - |
| HSV(B) | 5.69º | 0.49% | 0.94% | - |
| XYZ | 47.7 | 36.83 | 23.33 | - |
| YUV | 164.14 | 104.79 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 134 | 123 | 0 | 0.44 | 0.49 | 0.06 | 5.69 | 0.78 | 0.71 |
| Hex | EF | 86 | 7B | 0 | 2C | 31 | 6 | 6 | 4E | 47 |
| Octal | 357 | 206 | 173 | 0 | 54 | 61 | 6 | 6 | 116 | 107 |
| Binary | 11101111 | 10000110 | 1111011 | 0 | 101100 | 110001 | 110 | 110 | 1001110 | 1000111 |
Color Harmonies of #EF867B
Complementary color
Monochromatic Colors of #EF867B
Black with #EF867B
Text Example
Text Example
White with #EF867B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF867B; }
p { color: rgb(239,134,123); }
H1.HeaderClassName
{
color: #EF867B;
}
.AnyTagClassName
{
color: #EF867B;
}
</style>
background-color css
<style>
a { background-color: #EF867B; }
a { background-color: rgb(239,134,123); }
div.DivClassName
{
background-color: #EF867B;
}
.BgClassName
{
background-color: #EF867B;
}
</style>
border-color css
<style>
span { border-color: #EF867B; }
span { border-color: rgb(239,134,123); }
td.TdClassName
{
border-color: #EF867B;
}
.TagClassName
{
border-color: #EF867B;
}
</style>