Shades of Coral Candy #EFC6C0
Tints of Coral Candy #EFC6C0
RGB
CMYK
RGB Variations
Color information
#EFC6C0 (or 0xEFC6C0) is known color: Coral Candy. HEX triplet: EF, C6 and C0. RGB value is (239,198,192). Sum of RGB (Red+Green+Blue) = 239+198+192=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 198 (77.73% from 255 or 31.48% from 629); Blue value is 192 (75.39% from 255 or 30.52% from 629); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC6C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC6C0 is #10393F. Grayscale: #D1D1D1. Windows color (decimal): -1063232 or 12633839. OLE color: 12633839.
HSL color Cylindrical-coordinate representation of color #EFC6C0: hue angle of 7.66º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFC6C0 is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 198 | 192 | - |
| CMYK | 0 | 0.17 | 0.20 | 0.06 |
| HSL | 7.66º | 0.59% | 0.85% | - |
| HSV(B) | 7.66º | 0.2% | 0.94% | - |
| XYZ | 65.31 | 62.54 | 58.5 | - |
| YUV | 209.58 | 118.08 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 192 | 0 | 0.17 | 0.20 | 0.06 | 7.66 | 0.59 | 0.85 |
| Hex | EF | C6 | C0 | 0 | 11 | 14 | 6 | 8 | 3B | 55 |
| Octal | 357 | 306 | 300 | 0 | 21 | 24 | 6 | 10 | 73 | 125 |
| Binary | 11101111 | 11000110 | 11000000 | 0 | 10001 | 10100 | 110 | 1000 | 111011 | 1010101 |
Color Harmonies of #EFC6C0
Complementary color
Monochromatic Colors of #EFC6C0
Black with #EFC6C0
Text Example
Text Example
White with #EFC6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC6C0; }
p { color: rgb(239,198,192); }
H1.HeaderClassName
{
color: #EFC6C0;
}
.AnyTagClassName
{
color: #EFC6C0;
}
</style>
background-color css
<style>
a { background-color: #EFC6C0; }
a { background-color: rgb(239,198,192); }
div.DivClassName
{
background-color: #EFC6C0;
}
.BgClassName
{
background-color: #EFC6C0;
}
</style>
border-color css
<style>
span { border-color: #EFC6C0; }
span { border-color: rgb(239,198,192); }
td.TdClassName
{
border-color: #EFC6C0;
}
.TagClassName
{
border-color: #EFC6C0;
}
</style>