Shades of Coral Candy #EDC5C4
Tints of Coral Candy #EDC5C4
RGB
CMYK
RGB Variations
Color information
#EDC5C4 (or 0xEDC5C4) is known color: Coral Candy. HEX triplet: ED, C5 and C4. RGB value is (237,197,196). Sum of RGB (Red+Green+Blue) = 237+197+196=630 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.62% from 630); Green value is 197 (77.34% from 255 or 31.27% from 630); Blue value is 196 (76.95% from 255 or 31.11% from 630); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC5C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC5C4 is #123A3B. Grayscale: #D0D0D0. Windows color (decimal): -1194556 or 12895725. OLE color: 12895725.
HSL color Cylindrical-coordinate representation of color #EDC5C4: hue angle of 1.46º 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 #EDC5C4 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 197 | 196 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.07 |
| HSL | 1.46º | 0.53% | 0.85% | - |
| HSV(B) | 1.46º | 0.17% | 0.93% | - |
| XYZ | 64.86 | 61.92 | 60.76 | - |
| YUV | 208.85 | 120.75 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 197 | 196 | 0 | 0.17 | 0.17 | 0.07 | 1.46 | 0.53 | 0.85 |
| Hex | ED | C5 | C4 | 0 | 11 | 11 | 7 | 1 | 35 | 55 |
| Octal | 355 | 305 | 304 | 0 | 21 | 21 | 7 | 1 | 65 | 125 |
| Binary | 11101101 | 11000101 | 11000100 | 0 | 10001 | 10001 | 111 | 1 | 110101 | 1010101 |
Color Harmonies of #EDC5C4
Complementary color
Monochromatic Colors of #EDC5C4
Black with #EDC5C4
Text Example
Text Example
White with #EDC5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC5C4; }
p { color: rgb(237,197,196); }
H1.HeaderClassName
{
color: #EDC5C4;
}
.AnyTagClassName
{
color: #EDC5C4;
}
</style>
background-color css
<style>
a { background-color: #EDC5C4; }
a { background-color: rgb(237,197,196); }
div.DivClassName
{
background-color: #EDC5C4;
}
.BgClassName
{
background-color: #EDC5C4;
}
</style>
border-color css
<style>
span { border-color: #EDC5C4; }
span { border-color: rgb(237,197,196); }
td.TdClassName
{
border-color: #EDC5C4;
}
.TagClassName
{
border-color: #EDC5C4;
}
</style>