Shades of Coral Candy #EFD0CC
Tints of Coral Candy #EFD0CC
RGB
CMYK
RGB Variations
Color information
#EFD0CC (or 0xEFD0CC) is known color: Coral Candy. HEX triplet: EF, D0 and CC. RGB value is (239,208,204). Sum of RGB (Red+Green+Blue) = 239+208+204=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 208 (81.64% from 255 or 31.95% from 651); Blue value is 204 (80.08% from 255 or 31.34% from 651); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD0CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD0CC is #102F33. Grayscale: #D8D8D8. Windows color (decimal): -1060660 or 13422831. OLE color: 13422831.
HSL color Cylindrical-coordinate representation of color #EFD0CC: hue angle of 6.86º 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 #EFD0CC is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 204 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.06 |
| HSL | 6.86º | 0.52% | 0.87% | - |
| HSV(B) | 6.86º | 0.15% | 0.94% | - |
| XYZ | 69.05 | 67.82 | 66.58 | - |
| YUV | 216.81 | 120.77 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 204 | 0 | 0.13 | 0.15 | 0.06 | 6.86 | 0.52 | 0.87 |
| Hex | EF | D0 | CC | 0 | D | F | 6 | 7 | 34 | 57 |
| Octal | 357 | 320 | 314 | 0 | 15 | 17 | 6 | 7 | 64 | 127 |
| Binary | 11101111 | 11010000 | 11001100 | 0 | 1101 | 1111 | 110 | 111 | 110100 | 1010111 |
Color Harmonies of #EFD0CC
Complementary color
Monochromatic Colors of #EFD0CC
Black with #EFD0CC
Text Example
Text Example
White with #EFD0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD0CC; }
p { color: rgb(239,208,204); }
H1.HeaderClassName
{
color: #EFD0CC;
}
.AnyTagClassName
{
color: #EFD0CC;
}
</style>
background-color css
<style>
a { background-color: #EFD0CC; }
a { background-color: rgb(239,208,204); }
div.DivClassName
{
background-color: #EFD0CC;
}
.BgClassName
{
background-color: #EFD0CC;
}
</style>
border-color css
<style>
span { border-color: #EFD0CC; }
span { border-color: rgb(239,208,204); }
td.TdClassName
{
border-color: #EFD0CC;
}
.TagClassName
{
border-color: #EFD0CC;
}
</style>