Shades of Coral Candy #EFCAC5
Tints of Coral Candy #EFCAC5
RGB
CMYK
RGB Variations
Color information
#EFCAC5 (or 0xEFCAC5) is known color: Coral Candy. HEX triplet: EF, CA and C5. RGB value is (239,202,197). Sum of RGB (Red+Green+Blue) = 239+202+197=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 202 (79.30% from 255 or 31.66% from 638); Blue value is 197 (77.34% from 255 or 30.88% from 638); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCAC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCAC5 is #10353A. Grayscale: #D4D4D4. Windows color (decimal): -1062203 or 12962543. OLE color: 12962543.
HSL color Cylindrical-coordinate representation of color #EFCAC5: hue angle of 7.14º 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 #EFCAC5 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 202 | 197 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.06 |
| HSL | 7.14º | 0.57% | 0.85% | - |
| HSV(B) | 7.14º | 0.18% | 0.94% | - |
| XYZ | 66.8 | 64.62 | 61.78 | - |
| YUV | 212.49 | 119.26 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 202 | 197 | 0 | 0.15 | 0.18 | 0.06 | 7.14 | 0.57 | 0.85 |
| Hex | EF | CA | C5 | 0 | F | 12 | 6 | 7 | 39 | 55 |
| Octal | 357 | 312 | 305 | 0 | 17 | 22 | 6 | 7 | 71 | 125 |
| Binary | 11101111 | 11001010 | 11000101 | 0 | 1111 | 10010 | 110 | 111 | 111001 | 1010101 |
Color Harmonies of #EFCAC5
Complementary color
Monochromatic Colors of #EFCAC5
Black with #EFCAC5
Text Example
Text Example
White with #EFCAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCAC5; }
p { color: rgb(239,202,197); }
H1.HeaderClassName
{
color: #EFCAC5;
}
.AnyTagClassName
{
color: #EFCAC5;
}
</style>
background-color css
<style>
a { background-color: #EFCAC5; }
a { background-color: rgb(239,202,197); }
div.DivClassName
{
background-color: #EFCAC5;
}
.BgClassName
{
background-color: #EFCAC5;
}
</style>
border-color css
<style>
span { border-color: #EFCAC5; }
span { border-color: rgb(239,202,197); }
td.TdClassName
{
border-color: #EFCAC5;
}
.TagClassName
{
border-color: #EFCAC5;
}
</style>