Shades of Coral Candy #EFC8C5
Tints of Coral Candy #EFC8C5
RGB
CMYK
RGB Variations
Color information
#EFC8C5 (or 0xEFC8C5) is known color: Coral Candy. HEX triplet: EF, C8 and C5. RGB value is (239,200,197). Sum of RGB (Red+Green+Blue) = 239+200+197=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 200 (78.52% from 255 or 31.45% from 636); Blue value is 197 (77.34% from 255 or 30.97% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC8C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC8C5 is #10373A. Grayscale: #D3D3D3. Windows color (decimal): -1062715 or 12962031. OLE color: 12962031.
HSL color Cylindrical-coordinate representation of color #EFC8C5: hue angle of 4.29º 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 #EFC8C5 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 197 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.06 |
| HSL | 4.29º | 0.57% | 0.85% | - |
| HSV(B) | 4.29º | 0.18% | 0.94% | - |
| XYZ | 66.33 | 63.69 | 61.62 | - |
| YUV | 211.32 | 119.92 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 197 | 0 | 0.16 | 0.18 | 0.06 | 4.29 | 0.57 | 0.85 |
| Hex | EF | C8 | C5 | 0 | 10 | 12 | 6 | 4 | 39 | 55 |
| Octal | 357 | 310 | 305 | 0 | 20 | 22 | 6 | 4 | 71 | 125 |
| Binary | 11101111 | 11001000 | 11000101 | 0 | 10000 | 10010 | 110 | 100 | 111001 | 1010101 |
Color Harmonies of #EFC8C5
Complementary color
Monochromatic Colors of #EFC8C5
Black with #EFC8C5
Text Example
Text Example
White with #EFC8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC8C5; }
p { color: rgb(239,200,197); }
H1.HeaderClassName
{
color: #EFC8C5;
}
.AnyTagClassName
{
color: #EFC8C5;
}
</style>
background-color css
<style>
a { background-color: #EFC8C5; }
a { background-color: rgb(239,200,197); }
div.DivClassName
{
background-color: #EFC8C5;
}
.BgClassName
{
background-color: #EFC8C5;
}
</style>
border-color css
<style>
span { border-color: #EFC8C5; }
span { border-color: rgb(239,200,197); }
td.TdClassName
{
border-color: #EFC8C5;
}
.TagClassName
{
border-color: #EFC8C5;
}
</style>