Shades of Coral Candy #EFCEC5
Tints of Coral Candy #EFCEC5
RGB
CMYK
RGB Variations
Color information
#EFCEC5 (or 0xEFCEC5) is known color: Coral Candy. HEX triplet: EF, CE and C5. RGB value is (239,206,197). Sum of RGB (Red+Green+Blue) = 239+206+197=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 206 (80.86% from 255 or 32.09% from 642); Blue value is 197 (77.34% from 255 or 30.69% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCEC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCEC5 is #10313A. Grayscale: #D6D6D6. Windows color (decimal): -1061179 or 12963567. OLE color: 12963567.
HSL color Cylindrical-coordinate representation of color #EFCEC5: hue angle of 12.86º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFCEC5 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 206 | 197 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.06 |
| HSL | 12.86º | 0.57% | 0.85% | - |
| HSV(B) | 12.86º | 0.18% | 0.94% | - |
| XYZ | 67.75 | 66.52 | 62.09 | - |
| YUV | 214.84 | 117.93 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 206 | 197 | 0 | 0.14 | 0.18 | 0.06 | 12.86 | 0.57 | 0.85 |
| Hex | EF | CE | C5 | 0 | E | 12 | 6 | D | 39 | 55 |
| Octal | 357 | 316 | 305 | 0 | 16 | 22 | 6 | 15 | 71 | 125 |
| Binary | 11101111 | 11001110 | 11000101 | 0 | 1110 | 10010 | 110 | 1101 | 111001 | 1010101 |
Color Harmonies of #EFCEC5
Complementary color
Monochromatic Colors of #EFCEC5
Black with #EFCEC5
Text Example
Text Example
White with #EFCEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCEC5; }
p { color: rgb(239,206,197); }
H1.HeaderClassName
{
color: #EFCEC5;
}
.AnyTagClassName
{
color: #EFCEC5;
}
</style>
background-color css
<style>
a { background-color: #EFCEC5; }
a { background-color: rgb(239,206,197); }
div.DivClassName
{
background-color: #EFCEC5;
}
.BgClassName
{
background-color: #EFCEC5;
}
</style>
border-color css
<style>
span { border-color: #EFCEC5; }
span { border-color: rgb(239,206,197); }
td.TdClassName
{
border-color: #EFCEC5;
}
.TagClassName
{
border-color: #EFCEC5;
}
</style>