Shades of Coral Candy #EFCDC8
Tints of Coral Candy #EFCDC8
RGB
CMYK
RGB Variations
Color information
#EFCDC8 (or 0xEFCDC8) is known color: Coral Candy. HEX triplet: EF, CD and C8. RGB value is (239,205,200). Sum of RGB (Red+Green+Blue) = 239+205+200=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 205 (80.47% from 255 or 31.83% from 644); Blue value is 200 (78.52% from 255 or 31.06% from 644); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDC8 is #103237. Grayscale: #D6D6D6. Windows color (decimal): -1061432 or 13159919. OLE color: 13159919.
HSL color Cylindrical-coordinate representation of color #EFCDC8: hue angle of 7.69º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFCDC8 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 205 | 200 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.06 |
| HSL | 7.69º | 0.55% | 0.86% | - |
| HSV(B) | 7.69º | 0.16% | 0.94% | - |
| XYZ | 67.85 | 66.18 | 63.84 | - |
| YUV | 214.6 | 119.76 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 205 | 200 | 0 | 0.14 | 0.16 | 0.06 | 7.69 | 0.55 | 0.86 |
| Hex | EF | CD | C8 | 0 | E | 10 | 6 | 8 | 37 | 56 |
| Octal | 357 | 315 | 310 | 0 | 16 | 20 | 6 | 10 | 67 | 126 |
| Binary | 11101111 | 11001101 | 11001000 | 0 | 1110 | 10000 | 110 | 1000 | 110111 | 1010110 |
Color Harmonies of #EFCDC8
Complementary color
Monochromatic Colors of #EFCDC8
Black with #EFCDC8
Text Example
Text Example
White with #EFCDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCDC8; }
p { color: rgb(239,205,200); }
H1.HeaderClassName
{
color: #EFCDC8;
}
.AnyTagClassName
{
color: #EFCDC8;
}
</style>
background-color css
<style>
a { background-color: #EFCDC8; }
a { background-color: rgb(239,205,200); }
div.DivClassName
{
background-color: #EFCDC8;
}
.BgClassName
{
background-color: #EFCDC8;
}
</style>
border-color css
<style>
span { border-color: #EFCDC8; }
span { border-color: rgb(239,205,200); }
td.TdClassName
{
border-color: #EFCDC8;
}
.TagClassName
{
border-color: #EFCDC8;
}
</style>