Shades of Coral Candy #EFCCC5
Tints of Coral Candy #EFCCC5
RGB
CMYK
RGB Variations
Color information
#EFCCC5 (or 0xEFCCC5) is known color: Coral Candy. HEX triplet: EF, CC and C5. RGB value is (239,204,197). Sum of RGB (Red+Green+Blue) = 239+204+197=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 204 (80.08% from 255 or 31.88% from 640); Blue value is 197 (77.34% from 255 or 30.78% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCCC5 is #10333A. Grayscale: #D5D5D5. Windows color (decimal): -1061691 or 12963055. OLE color: 12963055.
HSL color Cylindrical-coordinate representation of color #EFCCC5: hue angle of 10º 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 #EFCCC5 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 204 | 197 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.06 |
| HSL | 10º | 0.57% | 0.85% | - |
| HSV(B) | 10º | 0.18% | 0.94% | - |
| XYZ | 67.27 | 65.57 | 61.93 | - |
| YUV | 213.67 | 118.6 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 204 | 197 | 0 | 0.15 | 0.18 | 0.06 | 10 | 0.57 | 0.85 |
| Hex | EF | CC | C5 | 0 | F | 12 | 6 | A | 39 | 55 |
| Octal | 357 | 314 | 305 | 0 | 17 | 22 | 6 | 12 | 71 | 125 |
| Binary | 11101111 | 11001100 | 11000101 | 0 | 1111 | 10010 | 110 | 1010 | 111001 | 1010101 |
Color Harmonies of #EFCCC5
Complementary color
Monochromatic Colors of #EFCCC5
Black with #EFCCC5
Text Example
Text Example
White with #EFCCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCCC5; }
p { color: rgb(239,204,197); }
H1.HeaderClassName
{
color: #EFCCC5;
}
.AnyTagClassName
{
color: #EFCCC5;
}
</style>
background-color css
<style>
a { background-color: #EFCCC5; }
a { background-color: rgb(239,204,197); }
div.DivClassName
{
background-color: #EFCCC5;
}
.BgClassName
{
background-color: #EFCCC5;
}
</style>
border-color css
<style>
span { border-color: #EFCCC5; }
span { border-color: rgb(239,204,197); }
td.TdClassName
{
border-color: #EFCCC5;
}
.TagClassName
{
border-color: #EFCCC5;
}
</style>