Shades of Coral Candy #EAC8C5
Tints of Coral Candy #EAC8C5
RGB
CMYK
RGB Variations
Color information
#EAC8C5 (or 0xEAC8C5) is known color: Coral Candy. HEX triplet: EA, C8 and C5. RGB value is (234,200,197). Sum of RGB (Red+Green+Blue) = 234+200+197=631 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.08% from 631); Green value is 200 (78.52% from 255 or 31.70% from 631); Blue value is 197 (77.34% from 255 or 31.22% from 631); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC8C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC8C5 is #15373A. Grayscale: #D1D1D1. Windows color (decimal): -1390395 or 12962026. OLE color: 12962026.
HSL color Cylindrical-coordinate representation of color #EAC8C5: hue angle of 4.86º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EAC8C5 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 200 | 197 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.08 |
| HSL | 4.86º | 0.47% | 0.85% | - |
| HSV(B) | 4.86º | 0.16% | 0.92% | - |
| XYZ | 64.66 | 62.83 | 61.54 | - |
| YUV | 209.82 | 120.76 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 200 | 197 | 0 | 0.15 | 0.16 | 0.08 | 4.86 | 0.47 | 0.85 |
| Hex | EA | C8 | C5 | 0 | F | 10 | 8 | 5 | 2F | 55 |
| Octal | 352 | 310 | 305 | 0 | 17 | 20 | 10 | 5 | 57 | 125 |
| Binary | 11101010 | 11001000 | 11000101 | 0 | 1111 | 10000 | 1000 | 101 | 101111 | 1010101 |
Color Harmonies of #EAC8C5
Complementary color
Monochromatic Colors of #EAC8C5
Black with #EAC8C5
Text Example
Text Example
White with #EAC8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC8C5; }
p { color: rgb(234,200,197); }
H1.HeaderClassName
{
color: #EAC8C5;
}
.AnyTagClassName
{
color: #EAC8C5;
}
</style>
background-color css
<style>
a { background-color: #EAC8C5; }
a { background-color: rgb(234,200,197); }
div.DivClassName
{
background-color: #EAC8C5;
}
.BgClassName
{
background-color: #EAC8C5;
}
</style>
border-color css
<style>
span { border-color: #EAC8C5; }
span { border-color: rgb(234,200,197); }
td.TdClassName
{
border-color: #EAC8C5;
}
.TagClassName
{
border-color: #EAC8C5;
}
</style>