Shades of Coral Candy #EFD4CC
Tints of Coral Candy #EFD4CC
RGB
CMYK
RGB Variations
Color information
#EFD4CC (or 0xEFD4CC) is known color: Coral Candy. HEX triplet: EF, D4 and CC. RGB value is (239,212,204). Sum of RGB (Red+Green+Blue) = 239+212+204=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 212 (83.20% from 255 or 32.37% from 655); Blue value is 204 (80.08% from 255 or 31.15% from 655); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD4CC is #102B33. Grayscale: #DBDBDB. Windows color (decimal): -1059636 or 13423855. OLE color: 13423855.
HSL color Cylindrical-coordinate representation of color #EFD4CC: hue angle of 13.71º degrees, saturation: 0.52, 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 #EFD4CC is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 212 | 204 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.06 |
| HSL | 13.71º | 0.52% | 0.87% | - |
| HSV(B) | 13.71º | 0.15% | 0.94% | - |
| XYZ | 70.04 | 69.8 | 66.91 | - |
| YUV | 219.16 | 119.45 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 212 | 204 | 0 | 0.11 | 0.15 | 0.06 | 13.71 | 0.52 | 0.87 |
| Hex | EF | D4 | CC | 0 | B | F | 6 | E | 34 | 57 |
| Octal | 357 | 324 | 314 | 0 | 13 | 17 | 6 | 16 | 64 | 127 |
| Binary | 11101111 | 11010100 | 11001100 | 0 | 1011 | 1111 | 110 | 1110 | 110100 | 1010111 |
Color Harmonies of #EFD4CC
Complementary color
Monochromatic Colors of #EFD4CC
Black with #EFD4CC
Text Example
Text Example
White with #EFD4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD4CC; }
p { color: rgb(239,212,204); }
H1.HeaderClassName
{
color: #EFD4CC;
}
.AnyTagClassName
{
color: #EFD4CC;
}
</style>
background-color css
<style>
a { background-color: #EFD4CC; }
a { background-color: rgb(239,212,204); }
div.DivClassName
{
background-color: #EFD4CC;
}
.BgClassName
{
background-color: #EFD4CC;
}
</style>
border-color css
<style>
span { border-color: #EFD4CC; }
span { border-color: rgb(239,212,204); }
td.TdClassName
{
border-color: #EFD4CC;
}
.TagClassName
{
border-color: #EFD4CC;
}
</style>