Shades of Coral Candy #EEC5C4
Tints of Coral Candy #EEC5C4
RGB
CMYK
RGB Variations
Color information
#EEC5C4 (or 0xEEC5C4) is known color: Coral Candy. HEX triplet: EE, C5 and C4. RGB value is (238,197,196). Sum of RGB (Red+Green+Blue) = 238+197+196=631 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.72% from 631); Green value is 197 (77.34% from 255 or 31.22% from 631); Blue value is 196 (76.95% from 255 or 31.06% from 631); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC5C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC5C4 is #113A3B. Grayscale: #D1D1D1. Windows color (decimal): -1129020 or 12895726. OLE color: 12895726.
HSL color Cylindrical-coordinate representation of color #EEC5C4: hue angle of 1.43º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EEC5C4 is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 197 | 196 | - |
| CMYK | 0 | 0.17 | 0.18 | 0.07 |
| HSL | 1.43º | 0.55% | 0.85% | - |
| HSV(B) | 1.43º | 0.18% | 0.93% | - |
| XYZ | 65.19 | 62.1 | 60.77 | - |
| YUV | 209.15 | 120.58 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 197 | 196 | 0 | 0.17 | 0.18 | 0.07 | 1.43 | 0.55 | 0.85 |
| Hex | EE | C5 | C4 | 0 | 11 | 12 | 7 | 1 | 37 | 55 |
| Octal | 356 | 305 | 304 | 0 | 21 | 22 | 7 | 1 | 67 | 125 |
| Binary | 11101110 | 11000101 | 11000100 | 0 | 10001 | 10010 | 111 | 1 | 110111 | 1010101 |
Color Harmonies of #EEC5C4
Complementary color
Monochromatic Colors of #EEC5C4
Black with #EEC5C4
Text Example
Text Example
White with #EEC5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC5C4; }
p { color: rgb(238,197,196); }
H1.HeaderClassName
{
color: #EEC5C4;
}
.AnyTagClassName
{
color: #EEC5C4;
}
</style>
background-color css
<style>
a { background-color: #EEC5C4; }
a { background-color: rgb(238,197,196); }
div.DivClassName
{
background-color: #EEC5C4;
}
.BgClassName
{
background-color: #EEC5C4;
}
</style>
border-color css
<style>
span { border-color: #EEC5C4; }
span { border-color: rgb(238,197,196); }
td.TdClassName
{
border-color: #EEC5C4;
}
.TagClassName
{
border-color: #EEC5C4;
}
</style>