Shades of Coral Candy #EFCDC7
Tints of Coral Candy #EFCDC7
RGB
CMYK
RGB Variations
Color information
#EFCDC7 (or 0xEFCDC7) is known color: Coral Candy. HEX triplet: EF, CD and C7. RGB value is (239,205,199). Sum of RGB (Red+Green+Blue) = 239+205+199=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 205 (80.47% from 255 or 31.88% from 643); Blue value is 199 (78.12% from 255 or 30.95% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDC7 is #103238. Grayscale: #D6D6D6. Windows color (decimal): -1061433 or 13094383. OLE color: 13094383.
HSL color Cylindrical-coordinate representation of color #EFCDC7: hue angle of 9º 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 #EFCDC7 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 205 | 199 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.06 |
| HSL | 9º | 0.56% | 0.86% | - |
| HSV(B) | 9º | 0.17% | 0.94% | - |
| XYZ | 67.74 | 66.14 | 63.23 | - |
| YUV | 214.48 | 119.26 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 205 | 199 | 0 | 0.14 | 0.17 | 0.06 | 9 | 0.56 | 0.86 |
| Hex | EF | CD | C7 | 0 | E | 11 | 6 | 9 | 38 | 56 |
| Octal | 357 | 315 | 307 | 0 | 16 | 21 | 6 | 11 | 70 | 126 |
| Binary | 11101111 | 11001101 | 11000111 | 0 | 1110 | 10001 | 110 | 1001 | 111000 | 1010110 |
Color Harmonies of #EFCDC7
Complementary color
Monochromatic Colors of #EFCDC7
Black with #EFCDC7
Text Example
Text Example
White with #EFCDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCDC7; }
p { color: rgb(239,205,199); }
H1.HeaderClassName
{
color: #EFCDC7;
}
.AnyTagClassName
{
color: #EFCDC7;
}
</style>
background-color css
<style>
a { background-color: #EFCDC7; }
a { background-color: rgb(239,205,199); }
div.DivClassName
{
background-color: #EFCDC7;
}
.BgClassName
{
background-color: #EFCDC7;
}
</style>
border-color css
<style>
span { border-color: #EFCDC7; }
span { border-color: rgb(239,205,199); }
td.TdClassName
{
border-color: #EFCDC7;
}
.TagClassName
{
border-color: #EFCDC7;
}
</style>