Shades of Coral Candy #EACEC9
Tints of Coral Candy #EACEC9
RGB
CMYK
RGB Variations
Color information
#EACEC9 (or 0xEACEC9) is known color: Coral Candy. HEX triplet: EA, CE and C9. RGB value is (234,206,201). Sum of RGB (Red+Green+Blue) = 234+206+201=641 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.51% from 641); Green value is 206 (80.86% from 255 or 32.14% from 641); Blue value is 201 (78.91% from 255 or 31.36% from 641); Max value from RGB is 234 - color contains mainly: red. Hex color #EACEC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACEC9 is #153136. Grayscale: #D5D5D5. Windows color (decimal): -1388855 or 13225706. OLE color: 13225706.
HSL color Cylindrical-coordinate representation of color #EACEC9: hue angle of 9.09º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EACEC9 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 206 | 201 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.08 |
| HSL | 9.09º | 0.44% | 0.85% | - |
| HSV(B) | 9.09º | 0.14% | 0.92% | - |
| XYZ | 66.55 | 65.85 | 64.46 | - |
| YUV | 213.8 | 120.78 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 201 | 0 | 0.12 | 0.14 | 0.08 | 9.09 | 0.44 | 0.85 |
| Hex | EA | CE | C9 | 0 | C | E | 8 | 9 | 2C | 55 |
| Octal | 352 | 316 | 311 | 0 | 14 | 16 | 10 | 11 | 54 | 125 |
| Binary | 11101010 | 11001110 | 11001001 | 0 | 1100 | 1110 | 1000 | 1001 | 101100 | 1010101 |
Color Harmonies of #EACEC9
Complementary color
Monochromatic Colors of #EACEC9
Black with #EACEC9
Text Example
Text Example
White with #EACEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACEC9; }
p { color: rgb(234,206,201); }
H1.HeaderClassName
{
color: #EACEC9;
}
.AnyTagClassName
{
color: #EACEC9;
}
</style>
background-color css
<style>
a { background-color: #EACEC9; }
a { background-color: rgb(234,206,201); }
div.DivClassName
{
background-color: #EACEC9;
}
.BgClassName
{
background-color: #EACEC9;
}
</style>
border-color css
<style>
span { border-color: #EACEC9; }
span { border-color: rgb(234,206,201); }
td.TdClassName
{
border-color: #EACEC9;
}
.TagClassName
{
border-color: #EACEC9;
}
</style>