Shades of Coral Candy #EEC7C5
Tints of Coral Candy #EEC7C5
RGB
CMYK
RGB Variations
Color information
#EEC7C5 (or 0xEEC7C5) is known color: Coral Candy. HEX triplet: EE, C7 and C5. RGB value is (238,199,197). Sum of RGB (Red+Green+Blue) = 238+199+197=634 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.54% from 634); Green value is 199 (78.12% from 255 or 31.39% from 634); Blue value is 197 (77.34% from 255 or 31.07% from 634); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC7C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC7C5 is #11383A. Grayscale: #D2D2D2. Windows color (decimal): -1128507 or 12961774. OLE color: 12961774.
HSL color Cylindrical-coordinate representation of color #EEC7C5: hue angle of 2.93º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EEC7C5 is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 199 | 197 | - |
| CMYK | 0 | 0.16 | 0.17 | 0.07 |
| HSL | 2.93º | 0.55% | 0.85% | - |
| HSV(B) | 2.93º | 0.17% | 0.93% | - |
| XYZ | 65.76 | 63.06 | 61.53 | - |
| YUV | 210.43 | 120.42 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 199 | 197 | 0 | 0.16 | 0.17 | 0.07 | 2.93 | 0.55 | 0.85 |
| Hex | EE | C7 | C5 | 0 | 10 | 11 | 7 | 3 | 37 | 55 |
| Octal | 356 | 307 | 305 | 0 | 20 | 21 | 7 | 3 | 67 | 125 |
| Binary | 11101110 | 11000111 | 11000101 | 0 | 10000 | 10001 | 111 | 11 | 110111 | 1010101 |
Color Harmonies of #EEC7C5
Complementary color
Monochromatic Colors of #EEC7C5
Black with #EEC7C5
Text Example
Text Example
White with #EEC7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC7C5; }
p { color: rgb(238,199,197); }
H1.HeaderClassName
{
color: #EEC7C5;
}
.AnyTagClassName
{
color: #EEC7C5;
}
</style>
background-color css
<style>
a { background-color: #EEC7C5; }
a { background-color: rgb(238,199,197); }
div.DivClassName
{
background-color: #EEC7C5;
}
.BgClassName
{
background-color: #EEC7C5;
}
</style>
border-color css
<style>
span { border-color: #EEC7C5; }
span { border-color: rgb(238,199,197); }
td.TdClassName
{
border-color: #EEC7C5;
}
.TagClassName
{
border-color: #EEC7C5;
}
</style>