Shades of Coral Candy #EFC7C4
Tints of Coral Candy #EFC7C4
RGB
CMYK
RGB Variations
Color information
#EFC7C4 (or 0xEFC7C4) is known color: Coral Candy. HEX triplet: EF, C7 and C4. RGB value is (239,199,196). Sum of RGB (Red+Green+Blue) = 239+199+196=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 199 (78.12% from 255 or 31.39% from 634); Blue value is 196 (76.95% from 255 or 30.91% from 634); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC7C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC7C4 is #10383B. Grayscale: #D2D2D2. Windows color (decimal): -1062972 or 12896239. OLE color: 12896239.
HSL color Cylindrical-coordinate representation of color #EFC7C4: hue angle of 4.19º 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 #EFC7C4 is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 196 | - |
| CMYK | 0 | 0.17 | 0.18 | 0.06 |
| HSL | 4.19º | 0.57% | 0.85% | - |
| HSV(B) | 4.19º | 0.18% | 0.94% | - |
| XYZ | 65.98 | 63.18 | 60.94 | - |
| YUV | 210.62 | 119.75 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 196 | 0 | 0.17 | 0.18 | 0.06 | 4.19 | 0.57 | 0.85 |
| Hex | EF | C7 | C4 | 0 | 11 | 12 | 6 | 4 | 39 | 55 |
| Octal | 357 | 307 | 304 | 0 | 21 | 22 | 6 | 4 | 71 | 125 |
| Binary | 11101111 | 11000111 | 11000100 | 0 | 10001 | 10010 | 110 | 100 | 111001 | 1010101 |
Color Harmonies of #EFC7C4
Complementary color
Monochromatic Colors of #EFC7C4
Black with #EFC7C4
Text Example
Text Example
White with #EFC7C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC7C4; }
p { color: rgb(239,199,196); }
H1.HeaderClassName
{
color: #EFC7C4;
}
.AnyTagClassName
{
color: #EFC7C4;
}
</style>
background-color css
<style>
a { background-color: #EFC7C4; }
a { background-color: rgb(239,199,196); }
div.DivClassName
{
background-color: #EFC7C4;
}
.BgClassName
{
background-color: #EFC7C4;
}
</style>
border-color css
<style>
span { border-color: #EFC7C4; }
span { border-color: rgb(239,199,196); }
td.TdClassName
{
border-color: #EFC7C4;
}
.TagClassName
{
border-color: #EFC7C4;
}
</style>