Shades of Coral Candy #EFD0CB
Tints of Coral Candy #EFD0CB
RGB
CMYK
RGB Variations
Color information
#EFD0CB (or 0xEFD0CB) is known color: Coral Candy. HEX triplet: EF, D0 and CB. RGB value is (239,208,203). Sum of RGB (Red+Green+Blue) = 239+208+203=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 208 (81.64% from 255 or 32% from 650); Blue value is 203 (79.69% from 255 or 31.23% from 650); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD0CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD0CB is #102F34. Grayscale: #D8D8D8. Windows color (decimal): -1060661 or 13357295. OLE color: 13357295.
HSL color Cylindrical-coordinate representation of color #EFD0CB: hue angle of 8.33º 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 #EFD0CB is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 203 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.06 |
| HSL | 8.33º | 0.53% | 0.87% | - |
| HSV(B) | 8.33º | 0.15% | 0.94% | - |
| XYZ | 68.93 | 67.77 | 65.95 | - |
| YUV | 216.7 | 120.27 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 203 | 0 | 0.13 | 0.15 | 0.06 | 8.33 | 0.53 | 0.87 |
| Hex | EF | D0 | CB | 0 | D | F | 6 | 8 | 35 | 57 |
| Octal | 357 | 320 | 313 | 0 | 15 | 17 | 6 | 10 | 65 | 127 |
| Binary | 11101111 | 11010000 | 11001011 | 0 | 1101 | 1111 | 110 | 1000 | 110101 | 1010111 |
Color Harmonies of #EFD0CB
Complementary color
Monochromatic Colors of #EFD0CB
Black with #EFD0CB
Text Example
Text Example
White with #EFD0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD0CB; }
p { color: rgb(239,208,203); }
H1.HeaderClassName
{
color: #EFD0CB;
}
.AnyTagClassName
{
color: #EFD0CB;
}
</style>
background-color css
<style>
a { background-color: #EFD0CB; }
a { background-color: rgb(239,208,203); }
div.DivClassName
{
background-color: #EFD0CB;
}
.BgClassName
{
background-color: #EFD0CB;
}
</style>
border-color css
<style>
span { border-color: #EFD0CB; }
span { border-color: rgb(239,208,203); }
td.TdClassName
{
border-color: #EFD0CB;
}
.TagClassName
{
border-color: #EFD0CB;
}
</style>