Shades of Coral Candy #EFCDC5
Tints of Coral Candy #EFCDC5
RGB
CMYK
RGB Variations
Color information
#EFCDC5 (or 0xEFCDC5) is known color: Coral Candy. HEX triplet: EF, CD and C5. RGB value is (239,205,197). Sum of RGB (Red+Green+Blue) = 239+205+197=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 205 (80.47% from 255 or 31.98% from 641); Blue value is 197 (77.34% from 255 or 30.73% from 641); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDC5 is #10323A. Grayscale: #D6D6D6. Windows color (decimal): -1061435 or 12963311. OLE color: 12963311.
HSL color Cylindrical-coordinate representation of color #EFCDC5: hue angle of 11.43º 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 #EFCDC5 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 205 | 197 | - |
CMYK | 0 | 0.14 | 0.18 | 0.06 |
HSL | 11.43º | 0.57% | 0.85% | - |
HSV(B) | 11.43º | 0.18% | 0.94% | - |
XYZ | 67.51 | 66.04 | 62.01 | - |
YUV | 214.25 | 118.26 | 145.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 205 | 197 | 0 | 0.14 | 0.18 | 0.06 | 11.43 | 0.57 | 0.85 |
Hex | EF | CD | C5 | 0 | E | 12 | 6 | B | 39 | 55 |
Octal | 357 | 315 | 305 | 0 | 16 | 22 | 6 | 13 | 71 | 125 |
Binary | 11101111 | 11001101 | 11000101 | 0 | 1110 | 10010 | 110 | 1011 | 111001 | 1010101 |
Color Harmonies of #EFCDC5
Complementary color
Monochromatic Colors of #EFCDC5
Black with #EFCDC5
Text Example
Text Example
White with #EFCDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCDC5; }
p { color: rgb(239,205,197); }
H1.HeaderClassName
{
color: #EFCDC5;
}
.AnyTagClassName
{
color: #EFCDC5;
}
</style>
background-color css
<style>
a { background-color: #EFCDC5; }
a { background-color: rgb(239,205,197); }
div.DivClassName
{
background-color: #EFCDC5;
}
.BgClassName
{
background-color: #EFCDC5;
}
</style>
border-color css
<style>
span { border-color: #EFCDC5; }
span { border-color: rgb(239,205,197); }
td.TdClassName
{
border-color: #EFCDC5;
}
.TagClassName
{
border-color: #EFCDC5;
}
</style>