Shades of Coral Candy #EEC8C2
Tints of Coral Candy #EEC8C2
RGB
CMYK
RGB Variations
Color information
#EEC8C2 (or 0xEEC8C2) is known color: Coral Candy. HEX triplet: EE, C8 and C2. RGB value is (238,200,194). Sum of RGB (Red+Green+Blue) = 238+200+194=632 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.66% from 632); Green value is 200 (78.52% from 255 or 31.65% from 632); Blue value is 194 (76.17% from 255 or 30.70% from 632); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC8C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC8C2 is #11373D. Grayscale: #D2D2D2. Windows color (decimal): -1128254 or 12765422. OLE color: 12765422.
HSL color Cylindrical-coordinate representation of color #EEC8C2: hue angle of 8.18º 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 #EEC8C2 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 200 | 194 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.07 |
| HSL | 8.18º | 0.56% | 0.85% | - |
| HSV(B) | 8.18º | 0.18% | 0.93% | - |
| XYZ | 65.65 | 63.38 | 59.81 | - |
| YUV | 210.68 | 118.59 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 200 | 194 | 0 | 0.16 | 0.18 | 0.07 | 8.18 | 0.56 | 0.85 |
| Hex | EE | C8 | C2 | 0 | 10 | 12 | 7 | 8 | 38 | 55 |
| Octal | 356 | 310 | 302 | 0 | 20 | 22 | 7 | 10 | 70 | 125 |
| Binary | 11101110 | 11001000 | 11000010 | 0 | 10000 | 10010 | 111 | 1000 | 111000 | 1010101 |
Color Harmonies of #EEC8C2
Complementary color
Monochromatic Colors of #EEC8C2
Black with #EEC8C2
Text Example
Text Example
White with #EEC8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC8C2; }
p { color: rgb(238,200,194); }
H1.HeaderClassName
{
color: #EEC8C2;
}
.AnyTagClassName
{
color: #EEC8C2;
}
</style>
background-color css
<style>
a { background-color: #EEC8C2; }
a { background-color: rgb(238,200,194); }
div.DivClassName
{
background-color: #EEC8C2;
}
.BgClassName
{
background-color: #EEC8C2;
}
</style>
border-color css
<style>
span { border-color: #EEC8C2; }
span { border-color: rgb(238,200,194); }
td.TdClassName
{
border-color: #EEC8C2;
}
.TagClassName
{
border-color: #EEC8C2;
}
</style>