Shades of Coral Candy #EFCAC3
Tints of Coral Candy #EFCAC3
RGB
CMYK
RGB Variations
Color information
#EFCAC3 (or 0xEFCAC3) is known color: Coral Candy. HEX triplet: EF, CA and C3. RGB value is (239,202,195). Sum of RGB (Red+Green+Blue) = 239+202+195=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 202 (79.30% from 255 or 31.76% from 636); Blue value is 195 (76.56% from 255 or 30.66% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCAC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCAC3 is #10353C. Grayscale: #D4D4D4. Windows color (decimal): -1062205 or 12831471. OLE color: 12831471.
HSL color Cylindrical-coordinate representation of color #EFCAC3: hue angle of 9.55º degrees, saturation: 0.58, 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 #EFCAC3 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 202 | 195 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.06 |
| HSL | 9.55º | 0.58% | 0.85% | - |
| HSV(B) | 9.55º | 0.18% | 0.94% | - |
| XYZ | 66.57 | 64.53 | 60.58 | - |
| YUV | 212.27 | 118.26 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 202 | 195 | 0 | 0.15 | 0.18 | 0.06 | 9.55 | 0.58 | 0.85 |
| Hex | EF | CA | C3 | 0 | F | 12 | 6 | A | 3A | 55 |
| Octal | 357 | 312 | 303 | 0 | 17 | 22 | 6 | 12 | 72 | 125 |
| Binary | 11101111 | 11001010 | 11000011 | 0 | 1111 | 10010 | 110 | 1010 | 111010 | 1010101 |
Color Harmonies of #EFCAC3
Complementary color
Monochromatic Colors of #EFCAC3
Black with #EFCAC3
Text Example
Text Example
White with #EFCAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCAC3; }
p { color: rgb(239,202,195); }
H1.HeaderClassName
{
color: #EFCAC3;
}
.AnyTagClassName
{
color: #EFCAC3;
}
</style>
background-color css
<style>
a { background-color: #EFCAC3; }
a { background-color: rgb(239,202,195); }
div.DivClassName
{
background-color: #EFCAC3;
}
.BgClassName
{
background-color: #EFCAC3;
}
</style>
border-color css
<style>
span { border-color: #EFCAC3; }
span { border-color: rgb(239,202,195); }
td.TdClassName
{
border-color: #EFCAC3;
}
.TagClassName
{
border-color: #EFCAC3;
}
</style>