Shades of Coral Candy #EFD3CA
Tints of Coral Candy #EFD3CA
RGB
CMYK
RGB Variations
Color information
#EFD3CA (or 0xEFD3CA) is known color: Coral Candy. HEX triplet: EF, D3 and CA. RGB value is (239,211,202). Sum of RGB (Red+Green+Blue) = 239+211+202=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 211 (82.81% from 255 or 32.36% from 652); Blue value is 202 (79.30% from 255 or 30.98% from 652); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD3CA is #102C35. Grayscale: #DADADA. Windows color (decimal): -1059894 or 13292527. OLE color: 13292527.
HSL color Cylindrical-coordinate representation of color #EFD3CA: hue angle of 14.59º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFD3CA is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 211 | 202 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.06 |
| HSL | 14.59º | 0.54% | 0.86% | - |
| HSV(B) | 14.59º | 0.15% | 0.94% | - |
| XYZ | 69.55 | 69.2 | 65.57 | - |
| YUV | 218.35 | 118.78 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 211 | 202 | 0 | 0.12 | 0.15 | 0.06 | 14.59 | 0.54 | 0.86 |
| Hex | EF | D3 | CA | 0 | C | F | 6 | F | 36 | 56 |
| Octal | 357 | 323 | 312 | 0 | 14 | 17 | 6 | 17 | 66 | 126 |
| Binary | 11101111 | 11010011 | 11001010 | 0 | 1100 | 1111 | 110 | 1111 | 110110 | 1010110 |
Color Harmonies of #EFD3CA
Complementary color
Monochromatic Colors of #EFD3CA
Black with #EFD3CA
Text Example
Text Example
White with #EFD3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD3CA; }
p { color: rgb(239,211,202); }
H1.HeaderClassName
{
color: #EFD3CA;
}
.AnyTagClassName
{
color: #EFD3CA;
}
</style>
background-color css
<style>
a { background-color: #EFD3CA; }
a { background-color: rgb(239,211,202); }
div.DivClassName
{
background-color: #EFD3CA;
}
.BgClassName
{
background-color: #EFD3CA;
}
</style>
border-color css
<style>
span { border-color: #EFD3CA; }
span { border-color: rgb(239,211,202); }
td.TdClassName
{
border-color: #EFD3CA;
}
.TagClassName
{
border-color: #EFD3CA;
}
</style>