Shades of Coral Candy #EDCAC5
Tints of Coral Candy #EDCAC5
RGB
CMYK
RGB Variations
Color information
#EDCAC5 (or 0xEDCAC5) is known color: Coral Candy. HEX triplet: ED, CA and C5. RGB value is (237,202,197). Sum of RGB (Red+Green+Blue) = 237+202+197=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 202 (79.30% from 255 or 31.76% from 636); Blue value is 197 (77.34% from 255 or 30.97% from 636); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCAC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCAC5 is #12353A. Grayscale: #D3D3D3. Windows color (decimal): -1193275 or 12962541. OLE color: 12962541.
HSL color Cylindrical-coordinate representation of color #EDCAC5: hue angle of 7.5º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EDCAC5 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 202 | 197 | - |
| CMYK | 0 | 0.15 | 0.17 | 0.07 |
| HSL | 7.5º | 0.53% | 0.85% | - |
| HSV(B) | 7.5º | 0.17% | 0.93% | - |
| XYZ | 66.12 | 64.28 | 61.74 | - |
| YUV | 211.9 | 119.6 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 202 | 197 | 0 | 0.15 | 0.17 | 0.07 | 7.5 | 0.53 | 0.85 |
| Hex | ED | CA | C5 | 0 | F | 11 | 7 | 8 | 35 | 55 |
| Octal | 355 | 312 | 305 | 0 | 17 | 21 | 7 | 10 | 65 | 125 |
| Binary | 11101101 | 11001010 | 11000101 | 0 | 1111 | 10001 | 111 | 1000 | 110101 | 1010101 |
Color Harmonies of #EDCAC5
Complementary color
Monochromatic Colors of #EDCAC5
Black with #EDCAC5
Text Example
Text Example
White with #EDCAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCAC5; }
p { color: rgb(237,202,197); }
H1.HeaderClassName
{
color: #EDCAC5;
}
.AnyTagClassName
{
color: #EDCAC5;
}
</style>
background-color css
<style>
a { background-color: #EDCAC5; }
a { background-color: rgb(237,202,197); }
div.DivClassName
{
background-color: #EDCAC5;
}
.BgClassName
{
background-color: #EDCAC5;
}
</style>
border-color css
<style>
span { border-color: #EDCAC5; }
span { border-color: rgb(237,202,197); }
td.TdClassName
{
border-color: #EDCAC5;
}
.TagClassName
{
border-color: #EDCAC5;
}
</style>