Shades of Coral Candy #EEC5C2
Tints of Coral Candy #EEC5C2
RGB
CMYK
RGB Variations
Color information
#EEC5C2 (or 0xEEC5C2) is known color: Coral Candy. HEX triplet: EE, C5 and C2. RGB value is (238,197,194). Sum of RGB (Red+Green+Blue) = 238+197+194=629 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.84% from 629); Green value is 197 (77.34% from 255 or 31.32% from 629); Blue value is 194 (76.17% from 255 or 30.84% from 629); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC5C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC5C2 is #113A3D. Grayscale: #D0D0D0. Windows color (decimal): -1129022 or 12764654. OLE color: 12764654.
HSL color Cylindrical-coordinate representation of color #EEC5C2: hue angle of 4.09º 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 #EEC5C2 is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 197 | 194 | - |
| CMYK | 0 | 0.17 | 0.18 | 0.07 |
| HSL | 4.09º | 0.56% | 0.85% | - |
| HSV(B) | 4.09º | 0.18% | 0.93% | - |
| XYZ | 64.96 | 62 | 59.58 | - |
| YUV | 208.92 | 119.58 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 197 | 194 | 0 | 0.17 | 0.18 | 0.07 | 4.09 | 0.56 | 0.85 |
| Hex | EE | C5 | C2 | 0 | 11 | 12 | 7 | 4 | 38 | 55 |
| Octal | 356 | 305 | 302 | 0 | 21 | 22 | 7 | 4 | 70 | 125 |
| Binary | 11101110 | 11000101 | 11000010 | 0 | 10001 | 10010 | 111 | 100 | 111000 | 1010101 |
Color Harmonies of #EEC5C2
Complementary color
Monochromatic Colors of #EEC5C2
Black with #EEC5C2
Text Example
Text Example
White with #EEC5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC5C2; }
p { color: rgb(238,197,194); }
H1.HeaderClassName
{
color: #EEC5C2;
}
.AnyTagClassName
{
color: #EEC5C2;
}
</style>
background-color css
<style>
a { background-color: #EEC5C2; }
a { background-color: rgb(238,197,194); }
div.DivClassName
{
background-color: #EEC5C2;
}
.BgClassName
{
background-color: #EEC5C2;
}
</style>
border-color css
<style>
span { border-color: #EEC5C2; }
span { border-color: rgb(238,197,194); }
td.TdClassName
{
border-color: #EEC5C2;
}
.TagClassName
{
border-color: #EEC5C2;
}
</style>