Shades of Coral Candy #EFC9C5
Tints of Coral Candy #EFC9C5
RGB
CMYK
RGB Variations
Color information
#EFC9C5 (or 0xEFC9C5) is known color: Coral Candy. HEX triplet: EF, C9 and C5. RGB value is (239,201,197). Sum of RGB (Red+Green+Blue) = 239+201+197=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 201 (78.91% from 255 or 31.55% from 637); Blue value is 197 (77.34% from 255 or 30.93% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC9C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC9C5 is #10363A. Grayscale: #D3D3D3. Windows color (decimal): -1062459 or 12962287. OLE color: 12962287.
HSL color Cylindrical-coordinate representation of color #EFC9C5: hue angle of 5.71º 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 #EFC9C5 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 201 | 197 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.06 |
| HSL | 5.71º | 0.57% | 0.85% | - |
| HSV(B) | 5.71º | 0.18% | 0.94% | - |
| XYZ | 66.56 | 64.16 | 61.7 | - |
| YUV | 211.91 | 119.59 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 201 | 197 | 0 | 0.16 | 0.18 | 0.06 | 5.71 | 0.57 | 0.85 |
| Hex | EF | C9 | C5 | 0 | 10 | 12 | 6 | 6 | 39 | 55 |
| Octal | 357 | 311 | 305 | 0 | 20 | 22 | 6 | 6 | 71 | 125 |
| Binary | 11101111 | 11001001 | 11000101 | 0 | 10000 | 10010 | 110 | 110 | 111001 | 1010101 |
Color Harmonies of #EFC9C5
Complementary color
Monochromatic Colors of #EFC9C5
Black with #EFC9C5
Text Example
Text Example
White with #EFC9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC9C5; }
p { color: rgb(239,201,197); }
H1.HeaderClassName
{
color: #EFC9C5;
}
.AnyTagClassName
{
color: #EFC9C5;
}
</style>
background-color css
<style>
a { background-color: #EFC9C5; }
a { background-color: rgb(239,201,197); }
div.DivClassName
{
background-color: #EFC9C5;
}
.BgClassName
{
background-color: #EFC9C5;
}
</style>
border-color css
<style>
span { border-color: #EFC9C5; }
span { border-color: rgb(239,201,197); }
td.TdClassName
{
border-color: #EFC9C5;
}
.TagClassName
{
border-color: #EFC9C5;
}
</style>