Shades of Coral Candy #EACAC5
Tints of Coral Candy #EACAC5
RGB
CMYK
RGB Variations
Color information
#EACAC5 (or 0xEACAC5) is known color: Coral Candy. HEX triplet: EA, CA and C5. RGB value is (234,202,197). Sum of RGB (Red+Green+Blue) = 234+202+197=633 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.97% from 633); Green value is 202 (79.30% from 255 or 31.91% from 633); Blue value is 197 (77.34% from 255 or 31.12% from 633); Max value from RGB is 234 - color contains mainly: red. Hex color #EACAC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACAC5 is #15353A. Grayscale: #D3D3D3. Windows color (decimal): -1389883 or 12962538. OLE color: 12962538.
HSL color Cylindrical-coordinate representation of color #EACAC5: hue angle of 8.11º 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 #EACAC5 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 197 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.08 |
| HSL | 8.11º | 0.47% | 0.85% | - |
| HSV(B) | 8.11º | 0.16% | 0.92% | - |
| XYZ | 65.13 | 63.76 | 61.7 | - |
| YUV | 211 | 120.1 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 197 | 0 | 0.14 | 0.16 | 0.08 | 8.11 | 0.47 | 0.85 |
| Hex | EA | CA | C5 | 0 | E | 10 | 8 | 8 | 2F | 55 |
| Octal | 352 | 312 | 305 | 0 | 16 | 20 | 10 | 10 | 57 | 125 |
| Binary | 11101010 | 11001010 | 11000101 | 0 | 1110 | 10000 | 1000 | 1000 | 101111 | 1010101 |
Color Harmonies of #EACAC5
Complementary color
Monochromatic Colors of #EACAC5
Black with #EACAC5
Text Example
Text Example
White with #EACAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACAC5; }
p { color: rgb(234,202,197); }
H1.HeaderClassName
{
color: #EACAC5;
}
.AnyTagClassName
{
color: #EACAC5;
}
</style>
background-color css
<style>
a { background-color: #EACAC5; }
a { background-color: rgb(234,202,197); }
div.DivClassName
{
background-color: #EACAC5;
}
.BgClassName
{
background-color: #EACAC5;
}
</style>
border-color css
<style>
span { border-color: #EACAC5; }
span { border-color: rgb(234,202,197); }
td.TdClassName
{
border-color: #EACAC5;
}
.TagClassName
{
border-color: #EACAC5;
}
</style>