Shades of Coral Candy #EFC7C5
Tints of Coral Candy #EFC7C5
RGB
CMYK
RGB Variations
Color information
#EFC7C5 (or 0xEFC7C5) is known color: Coral Candy. HEX triplet: EF, C7 and C5. RGB value is (239,199,197). Sum of RGB (Red+Green+Blue) = 239+199+197=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 199 (78.12% from 255 or 31.34% from 635); Blue value is 197 (77.34% from 255 or 31.02% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC7C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC7C5 is #10383A. Grayscale: #D2D2D2. Windows color (decimal): -1062971 or 12961775. OLE color: 12961775.
HSL color Cylindrical-coordinate representation of color #EFC7C5: hue angle of 2.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 #EFC7C5 is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 197 | - |
| CMYK | 0 | 0.17 | 0.18 | 0.06 |
| HSL | 2.86º | 0.57% | 0.85% | - |
| HSV(B) | 2.86º | 0.18% | 0.94% | - |
| XYZ | 66.1 | 63.23 | 61.54 | - |
| YUV | 210.73 | 120.25 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 197 | 0 | 0.17 | 0.18 | 0.06 | 2.86 | 0.57 | 0.85 |
| Hex | EF | C7 | C5 | 0 | 11 | 12 | 6 | 3 | 39 | 55 |
| Octal | 357 | 307 | 305 | 0 | 21 | 22 | 6 | 3 | 71 | 125 |
| Binary | 11101111 | 11000111 | 11000101 | 0 | 10001 | 10010 | 110 | 11 | 111001 | 1010101 |
Color Harmonies of #EFC7C5
Complementary color
Monochromatic Colors of #EFC7C5
Black with #EFC7C5
Text Example
Text Example
White with #EFC7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC7C5; }
p { color: rgb(239,199,197); }
H1.HeaderClassName
{
color: #EFC7C5;
}
.AnyTagClassName
{
color: #EFC7C5;
}
</style>
background-color css
<style>
a { background-color: #EFC7C5; }
a { background-color: rgb(239,199,197); }
div.DivClassName
{
background-color: #EFC7C5;
}
.BgClassName
{
background-color: #EFC7C5;
}
</style>
border-color css
<style>
span { border-color: #EFC7C5; }
span { border-color: rgb(239,199,197); }
td.TdClassName
{
border-color: #EFC7C5;
}
.TagClassName
{
border-color: #EFC7C5;
}
</style>