Shades of Coral Candy #EFCFCB
Tints of Coral Candy #EFCFCB
RGB
CMYK
RGB Variations
Color information
#EFCFCB (or 0xEFCFCB) is known color: Coral Candy. HEX triplet: EF, CF and CB. RGB value is (239,207,203). Sum of RGB (Red+Green+Blue) = 239+207+203=649 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.83% from 649); Green value is 207 (81.25% from 255 or 31.90% from 649); Blue value is 203 (79.69% from 255 or 31.28% from 649); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCFCB is #103034. Grayscale: #D8D8D8. Windows color (decimal): -1060917 or 13357039. OLE color: 13357039.
HSL color Cylindrical-coordinate representation of color #EFCFCB: hue angle of 6.67º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFCFCB is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 207 | 203 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.06 |
| HSL | 6.67º | 0.53% | 0.87% | - |
| HSV(B) | 6.67º | 0.15% | 0.94% | - |
| XYZ | 68.69 | 67.29 | 65.87 | - |
| YUV | 216.11 | 120.6 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 207 | 203 | 0 | 0.13 | 0.15 | 0.06 | 6.67 | 0.53 | 0.87 |
| Hex | EF | CF | CB | 0 | D | F | 6 | 7 | 35 | 57 |
| Octal | 357 | 317 | 313 | 0 | 15 | 17 | 6 | 7 | 65 | 127 |
| Binary | 11101111 | 11001111 | 11001011 | 0 | 1101 | 1111 | 110 | 111 | 110101 | 1010111 |
Color Harmonies of #EFCFCB
Complementary color
Monochromatic Colors of #EFCFCB
Black with #EFCFCB
Text Example
Text Example
White with #EFCFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCFCB; }
p { color: rgb(239,207,203); }
H1.HeaderClassName
{
color: #EFCFCB;
}
.AnyTagClassName
{
color: #EFCFCB;
}
</style>
background-color css
<style>
a { background-color: #EFCFCB; }
a { background-color: rgb(239,207,203); }
div.DivClassName
{
background-color: #EFCFCB;
}
.BgClassName
{
background-color: #EFCFCB;
}
</style>
border-color css
<style>
span { border-color: #EFCFCB; }
span { border-color: rgb(239,207,203); }
td.TdClassName
{
border-color: #EFCFCB;
}
.TagClassName
{
border-color: #EFCFCB;
}
</style>