Shades of Coral Candy #EECAC7
Tints of Coral Candy #EECAC7
RGB
CMYK
RGB Variations
Color information
#EECAC7 (or 0xEECAC7) is known color: Coral Candy. HEX triplet: EE, CA and C7. RGB value is (238,202,199). Sum of RGB (Red+Green+Blue) = 238+202+199=639 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.25% from 639); Green value is 202 (79.30% from 255 or 31.61% from 639); Blue value is 199 (78.12% from 255 or 31.14% from 639); Max value from RGB is 238 - color contains mainly: red. Hex color #EECAC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECAC7 is #113538. Grayscale: #D4D4D4. Windows color (decimal): -1127737 or 13093614. OLE color: 13093614.
HSL color Cylindrical-coordinate representation of color #EECAC7: hue angle of 4.62º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EECAC7 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 199 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.07 |
| HSL | 4.62º | 0.53% | 0.86% | - |
| HSV(B) | 4.62º | 0.16% | 0.93% | - |
| XYZ | 66.69 | 64.54 | 62.98 | - |
| YUV | 212.42 | 120.43 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 199 | 0 | 0.15 | 0.16 | 0.07 | 4.62 | 0.53 | 0.86 |
| Hex | EE | CA | C7 | 0 | F | 10 | 7 | 5 | 35 | 56 |
| Octal | 356 | 312 | 307 | 0 | 17 | 20 | 7 | 5 | 65 | 126 |
| Binary | 11101110 | 11001010 | 11000111 | 0 | 1111 | 10000 | 111 | 101 | 110101 | 1010110 |
Color Harmonies of #EECAC7
Complementary color
Monochromatic Colors of #EECAC7
Black with #EECAC7
Text Example
Text Example
White with #EECAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECAC7; }
p { color: rgb(238,202,199); }
H1.HeaderClassName
{
color: #EECAC7;
}
.AnyTagClassName
{
color: #EECAC7;
}
</style>
background-color css
<style>
a { background-color: #EECAC7; }
a { background-color: rgb(238,202,199); }
div.DivClassName
{
background-color: #EECAC7;
}
.BgClassName
{
background-color: #EECAC7;
}
</style>
border-color css
<style>
span { border-color: #EECAC7; }
span { border-color: rgb(238,202,199); }
td.TdClassName
{
border-color: #EECAC7;
}
.TagClassName
{
border-color: #EECAC7;
}
</style>