Shades of Coral Candy #EEC7C2
Tints of Coral Candy #EEC7C2
RGB
CMYK
RGB Variations
Color information
#EEC7C2 (or 0xEEC7C2) is known color: Coral Candy. HEX triplet: EE, C7 and C2. RGB value is (238,199,194). Sum of RGB (Red+Green+Blue) = 238+199+194=631 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.72% from 631); Green value is 199 (78.12% from 255 or 31.54% from 631); Blue value is 194 (76.17% from 255 or 30.74% from 631); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC7C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC7C2 is #11383D. Grayscale: #D2D2D2. Windows color (decimal): -1128510 or 12765166. OLE color: 12765166.
HSL color Cylindrical-coordinate representation of color #EEC7C2: hue angle of 6.82º degrees, saturation: 0.56, 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 #EEC7C2 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 199 | 194 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.07 |
| HSL | 6.82º | 0.56% | 0.85% | - |
| HSV(B) | 6.82º | 0.18% | 0.93% | - |
| XYZ | 65.42 | 62.92 | 59.74 | - |
| YUV | 210.09 | 118.92 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 199 | 194 | 0 | 0.16 | 0.18 | 0.07 | 6.82 | 0.56 | 0.85 |
| Hex | EE | C7 | C2 | 0 | 10 | 12 | 7 | 7 | 38 | 55 |
| Octal | 356 | 307 | 302 | 0 | 20 | 22 | 7 | 7 | 70 | 125 |
| Binary | 11101110 | 11000111 | 11000010 | 0 | 10000 | 10010 | 111 | 111 | 111000 | 1010101 |
Color Harmonies of #EEC7C2
Complementary color
Monochromatic Colors of #EEC7C2
Black with #EEC7C2
Text Example
Text Example
White with #EEC7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC7C2; }
p { color: rgb(238,199,194); }
H1.HeaderClassName
{
color: #EEC7C2;
}
.AnyTagClassName
{
color: #EEC7C2;
}
</style>
background-color css
<style>
a { background-color: #EEC7C2; }
a { background-color: rgb(238,199,194); }
div.DivClassName
{
background-color: #EEC7C2;
}
.BgClassName
{
background-color: #EEC7C2;
}
</style>
border-color css
<style>
span { border-color: #EEC7C2; }
span { border-color: rgb(238,199,194); }
td.TdClassName
{
border-color: #EEC7C2;
}
.TagClassName
{
border-color: #EEC7C2;
}
</style>