Shades of Coral Candy #EEC9C2
Tints of Coral Candy #EEC9C2
RGB
CMYK
RGB Variations
Color information
#EEC9C2 (or 0xEEC9C2) is known color: Coral Candy. HEX triplet: EE, C9 and C2. RGB value is (238,201,194). Sum of RGB (Red+Green+Blue) = 238+201+194=633 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.60% from 633); Green value is 201 (78.91% from 255 or 31.75% from 633); Blue value is 194 (76.17% from 255 or 30.65% from 633); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC9C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC9C2 is #11363D. Grayscale: #D3D3D3. Windows color (decimal): -1127998 or 12765678. OLE color: 12765678.
HSL color Cylindrical-coordinate representation of color #EEC9C2: hue angle of 9.55º 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 #EEC9C2 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 201 | 194 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.07 |
| HSL | 9.55º | 0.56% | 0.85% | - |
| HSV(B) | 9.55º | 0.18% | 0.93% | - |
| XYZ | 65.88 | 63.85 | 59.89 | - |
| YUV | 211.27 | 118.26 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 194 | 0 | 0.16 | 0.18 | 0.07 | 9.55 | 0.56 | 0.85 |
| Hex | EE | C9 | C2 | 0 | 10 | 12 | 7 | A | 38 | 55 |
| Octal | 356 | 311 | 302 | 0 | 20 | 22 | 7 | 12 | 70 | 125 |
| Binary | 11101110 | 11001001 | 11000010 | 0 | 10000 | 10010 | 111 | 1010 | 111000 | 1010101 |
Color Harmonies of #EEC9C2
Complementary color
Monochromatic Colors of #EEC9C2
Black with #EEC9C2
Text Example
Text Example
White with #EEC9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC9C2; }
p { color: rgb(238,201,194); }
H1.HeaderClassName
{
color: #EEC9C2;
}
.AnyTagClassName
{
color: #EEC9C2;
}
</style>
background-color css
<style>
a { background-color: #EEC9C2; }
a { background-color: rgb(238,201,194); }
div.DivClassName
{
background-color: #EEC9C2;
}
.BgClassName
{
background-color: #EEC9C2;
}
</style>
border-color css
<style>
span { border-color: #EEC9C2; }
span { border-color: rgb(238,201,194); }
td.TdClassName
{
border-color: #EEC9C2;
}
.TagClassName
{
border-color: #EEC9C2;
}
</style>