Shades of Coral Candy #EFCECA
Tints of Coral Candy #EFCECA
RGB
CMYK
RGB Variations
Color information
#EFCECA (or 0xEFCECA) is known color: Coral Candy. HEX triplet: EF, CE and CA. RGB value is (239,206,202). Sum of RGB (Red+Green+Blue) = 239+206+202=647 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.94% from 647); Green value is 206 (80.86% from 255 or 31.84% from 647); Blue value is 202 (79.30% from 255 or 31.22% from 647); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCECA is #103135. Grayscale: #D7D7D7. Windows color (decimal): -1061174 or 13291247. OLE color: 13291247.
HSL color Cylindrical-coordinate representation of color #EFCECA: hue angle of 6.49º 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 #EFCECA is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 206 | 202 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.06 |
| HSL | 6.49º | 0.54% | 0.86% | - |
| HSV(B) | 6.49º | 0.15% | 0.94% | - |
| XYZ | 68.33 | 66.76 | 65.16 | - |
| YUV | 215.41 | 120.43 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 206 | 202 | 0 | 0.14 | 0.15 | 0.06 | 6.49 | 0.54 | 0.86 |
| Hex | EF | CE | CA | 0 | E | F | 6 | 6 | 36 | 56 |
| Octal | 357 | 316 | 312 | 0 | 16 | 17 | 6 | 6 | 66 | 126 |
| Binary | 11101111 | 11001110 | 11001010 | 0 | 1110 | 1111 | 110 | 110 | 110110 | 1010110 |
Color Harmonies of #EFCECA
Complementary color
Monochromatic Colors of #EFCECA
Black with #EFCECA
Text Example
Text Example
White with #EFCECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCECA; }
p { color: rgb(239,206,202); }
H1.HeaderClassName
{
color: #EFCECA;
}
.AnyTagClassName
{
color: #EFCECA;
}
</style>
background-color css
<style>
a { background-color: #EFCECA; }
a { background-color: rgb(239,206,202); }
div.DivClassName
{
background-color: #EFCECA;
}
.BgClassName
{
background-color: #EFCECA;
}
</style>
border-color css
<style>
span { border-color: #EFCECA; }
span { border-color: rgb(239,206,202); }
td.TdClassName
{
border-color: #EFCECA;
}
.TagClassName
{
border-color: #EFCECA;
}
</style>