Shades of Coral Candy #ECCAC4
Tints of Coral Candy #ECCAC4
RGB
CMYK
RGB Variations
Color information
#ECCAC4 (or 0xECCAC4) is known color: Coral Candy. HEX triplet: EC, CA and C4. RGB value is (236,202,196). Sum of RGB (Red+Green+Blue) = 236+202+196=634 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.22% from 634); Green value is 202 (79.30% from 255 or 31.86% from 634); Blue value is 196 (76.95% from 255 or 30.91% from 634); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCAC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCAC4 is #13353B. Grayscale: #D3D3D3. Windows color (decimal): -1258812 or 12897004. OLE color: 12897004.
HSL color Cylindrical-coordinate representation of color #ECCAC4: hue angle of 9º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ECCAC4 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 202 | 196 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.07 |
| HSL | 9º | 0.51% | 0.85% | - |
| HSV(B) | 9º | 0.17% | 0.93% | - |
| XYZ | 65.68 | 64.06 | 61.13 | - |
| YUV | 211.48 | 119.26 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 202 | 196 | 0 | 0.14 | 0.17 | 0.07 | 9 | 0.51 | 0.85 |
| Hex | EC | CA | C4 | 0 | E | 11 | 7 | 9 | 33 | 55 |
| Octal | 354 | 312 | 304 | 0 | 16 | 21 | 7 | 11 | 63 | 125 |
| Binary | 11101100 | 11001010 | 11000100 | 0 | 1110 | 10001 | 111 | 1001 | 110011 | 1010101 |
Color Harmonies of #ECCAC4
Complementary color
Monochromatic Colors of #ECCAC4
Black with #ECCAC4
Text Example
Text Example
White with #ECCAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCAC4; }
p { color: rgb(236,202,196); }
H1.HeaderClassName
{
color: #ECCAC4;
}
.AnyTagClassName
{
color: #ECCAC4;
}
</style>
background-color css
<style>
a { background-color: #ECCAC4; }
a { background-color: rgb(236,202,196); }
div.DivClassName
{
background-color: #ECCAC4;
}
.BgClassName
{
background-color: #ECCAC4;
}
</style>
border-color css
<style>
span { border-color: #ECCAC4; }
span { border-color: rgb(236,202,196); }
td.TdClassName
{
border-color: #ECCAC4;
}
.TagClassName
{
border-color: #ECCAC4;
}
</style>