Shades of Coral Candy #EAC6C3
Tints of Coral Candy #EAC6C3
RGB
CMYK
RGB Variations
Color information
#EAC6C3 (or 0xEAC6C3) is known color: Coral Candy. HEX triplet: EA, C6 and C3. RGB value is (234,198,195). Sum of RGB (Red+Green+Blue) = 234+198+195=627 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.32% from 627); Green value is 198 (77.73% from 255 or 31.58% from 627); Blue value is 195 (76.56% from 255 or 31.10% from 627); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC6C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC6C3 is #15393C. Grayscale: #D0D0D0. Windows color (decimal): -1390909 or 12830442. OLE color: 12830442.
HSL color Cylindrical-coordinate representation of color #EAC6C3: hue angle of 4.62º degrees, saturation: 0.48, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EAC6C3 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 198 | 195 | - |
| CMYK | 0 | 0.15 | 0.17 | 0.08 |
| HSL | 4.62º | 0.48% | 0.84% | - |
| HSV(B) | 4.62º | 0.17% | 0.92% | - |
| XYZ | 63.98 | 61.82 | 60.19 | - |
| YUV | 208.42 | 120.43 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 198 | 195 | 0 | 0.15 | 0.17 | 0.08 | 4.62 | 0.48 | 0.84 |
| Hex | EA | C6 | C3 | 0 | F | 11 | 8 | 5 | 30 | 54 |
| Octal | 352 | 306 | 303 | 0 | 17 | 21 | 10 | 5 | 60 | 124 |
| Binary | 11101010 | 11000110 | 11000011 | 0 | 1111 | 10001 | 1000 | 101 | 110000 | 1010100 |
Color Harmonies of #EAC6C3
Complementary color
Monochromatic Colors of #EAC6C3
Black with #EAC6C3
Text Example
Text Example
White with #EAC6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC6C3; }
p { color: rgb(234,198,195); }
H1.HeaderClassName
{
color: #EAC6C3;
}
.AnyTagClassName
{
color: #EAC6C3;
}
</style>
background-color css
<style>
a { background-color: #EAC6C3; }
a { background-color: rgb(234,198,195); }
div.DivClassName
{
background-color: #EAC6C3;
}
.BgClassName
{
background-color: #EAC6C3;
}
</style>
border-color css
<style>
span { border-color: #EAC6C3; }
span { border-color: rgb(234,198,195); }
td.TdClassName
{
border-color: #EAC6C3;
}
.TagClassName
{
border-color: #EAC6C3;
}
</style>