Shades of Coral Candy #EFCFC5
Tints of Coral Candy #EFCFC5
RGB
CMYK
RGB Variations
Color information
#EFCFC5 (or 0xEFCFC5) is known color: Coral Candy. HEX triplet: EF, CF and C5. RGB value is (239,207,197). Sum of RGB (Red+Green+Blue) = 239+207+197=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 207 (81.25% from 255 or 32.19% from 643); Blue value is 197 (77.34% from 255 or 30.64% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCFC5 is #10303A. Grayscale: #D7D7D7. Windows color (decimal): -1060923 or 12963823. OLE color: 12963823.
HSL color Cylindrical-coordinate representation of color #EFCFC5: hue angle of 14.29º 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 #EFCFC5 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 207 | 197 | - |
CMYK | 0 | 0.13 | 0.18 | 0.06 |
HSL | 14.29º | 0.57% | 0.85% | - |
HSV(B) | 14.29º | 0.18% | 0.94% | - |
XYZ | 67.99 | 67.01 | 62.17 | - |
YUV | 215.43 | 117.6 | 144.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 207 | 197 | 0 | 0.13 | 0.18 | 0.06 | 14.29 | 0.57 | 0.85 |
Hex | EF | CF | C5 | 0 | D | 12 | 6 | E | 39 | 55 |
Octal | 357 | 317 | 305 | 0 | 15 | 22 | 6 | 16 | 71 | 125 |
Binary | 11101111 | 11001111 | 11000101 | 0 | 1101 | 10010 | 110 | 1110 | 111001 | 1010101 |
Color Harmonies of #EFCFC5
Complementary color
Monochromatic Colors of #EFCFC5
Black with #EFCFC5
Text Example
Text Example
White with #EFCFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCFC5; }
p { color: rgb(239,207,197); }
H1.HeaderClassName
{
color: #EFCFC5;
}
.AnyTagClassName
{
color: #EFCFC5;
}
</style>
background-color css
<style>
a { background-color: #EFCFC5; }
a { background-color: rgb(239,207,197); }
div.DivClassName
{
background-color: #EFCFC5;
}
.BgClassName
{
background-color: #EFCFC5;
}
</style>
border-color css
<style>
span { border-color: #EFCFC5; }
span { border-color: rgb(239,207,197); }
td.TdClassName
{
border-color: #EFCFC5;
}
.TagClassName
{
border-color: #EFCFC5;
}
</style>