Shades of Coral Candy #EFCFC6
Tints of Coral Candy #EFCFC6
RGB
CMYK
RGB Variations
Color information
#EFCFC6 (or 0xEFCFC6) is known color: Coral Candy. HEX triplet: EF, CF and C6. RGB value is (239,207,198). Sum of RGB (Red+Green+Blue) = 239+207+198=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 207 (81.25% from 255 or 32.14% from 644); Blue value is 198 (77.73% from 255 or 30.75% from 644); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCFC6 is #103039. Grayscale: #D7D7D7. Windows color (decimal): -1060922 or 13029359. OLE color: 13029359.
HSL color Cylindrical-coordinate representation of color #EFCFC6: hue angle of 13.17º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFCFC6 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 207 | 198 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.06 |
| HSL | 13.17º | 0.56% | 0.86% | - |
| HSV(B) | 13.17º | 0.17% | 0.94% | - |
| XYZ | 68.1 | 67.05 | 62.78 | - |
| YUV | 215.54 | 118.1 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 207 | 198 | 0 | 0.13 | 0.17 | 0.06 | 13.17 | 0.56 | 0.86 |
| Hex | EF | CF | C6 | 0 | D | 11 | 6 | D | 38 | 56 |
| Octal | 357 | 317 | 306 | 0 | 15 | 21 | 6 | 15 | 70 | 126 |
| Binary | 11101111 | 11001111 | 11000110 | 0 | 1101 | 10001 | 110 | 1101 | 111000 | 1010110 |
Color Harmonies of #EFCFC6
Complementary color
Monochromatic Colors of #EFCFC6
Black with #EFCFC6
Text Example
Text Example
White with #EFCFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCFC6; }
p { color: rgb(239,207,198); }
H1.HeaderClassName
{
color: #EFCFC6;
}
.AnyTagClassName
{
color: #EFCFC6;
}
</style>
background-color css
<style>
a { background-color: #EFCFC6; }
a { background-color: rgb(239,207,198); }
div.DivClassName
{
background-color: #EFCFC6;
}
.BgClassName
{
background-color: #EFCFC6;
}
</style>
border-color css
<style>
span { border-color: #EFCFC6; }
span { border-color: rgb(239,207,198); }
td.TdClassName
{
border-color: #EFCFC6;
}
.TagClassName
{
border-color: #EFCFC6;
}
</style>