Shades of Coral Candy #EFC5BF
Tints of Coral Candy #EFC5BF
RGB
CMYK
RGB Variations
Color information
#EFC5BF (or 0xEFC5BF) is known color: Coral Candy. HEX triplet: EF, C5 and BF. RGB value is (239,197,191). Sum of RGB (Red+Green+Blue) = 239+197+191=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 197 (77.34% from 255 or 31.42% from 627); Blue value is 191 (75% from 255 or 30.46% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC5BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC5BF is #103A40. Grayscale: #D0D0D0. Windows color (decimal): -1063489 or 12568047. OLE color: 12568047.
HSL color Cylindrical-coordinate representation of color #EFC5BF: hue angle of 7.5º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFC5BF is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 191 | - |
| CMYK | 0 | 0.18 | 0.20 | 0.06 |
| HSL | 7.5º | 0.6% | 0.84% | - |
| HSV(B) | 7.5º | 0.2% | 0.94% | - |
| XYZ | 64.97 | 62.04 | 57.84 | - |
| YUV | 208.87 | 117.91 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 191 | 0 | 0.18 | 0.20 | 0.06 | 7.5 | 0.6 | 0.84 |
| Hex | EF | C5 | BF | 0 | 12 | 14 | 6 | 8 | 3C | 54 |
| Octal | 357 | 305 | 277 | 0 | 22 | 24 | 6 | 10 | 74 | 124 |
| Binary | 11101111 | 11000101 | 10111111 | 0 | 10010 | 10100 | 110 | 1000 | 111100 | 1010100 |
Color Harmonies of #EFC5BF
Complementary color
Monochromatic Colors of #EFC5BF
Black with #EFC5BF
Text Example
Text Example
White with #EFC5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC5BF; }
p { color: rgb(239,197,191); }
H1.HeaderClassName
{
color: #EFC5BF;
}
.AnyTagClassName
{
color: #EFC5BF;
}
</style>
background-color css
<style>
a { background-color: #EFC5BF; }
a { background-color: rgb(239,197,191); }
div.DivClassName
{
background-color: #EFC5BF;
}
.BgClassName
{
background-color: #EFC5BF;
}
</style>
border-color css
<style>
span { border-color: #EFC5BF; }
span { border-color: rgb(239,197,191); }
td.TdClassName
{
border-color: #EFC5BF;
}
.TagClassName
{
border-color: #EFC5BF;
}
</style>