Shades of Coral Candy #ECCFCA
Tints of Coral Candy #ECCFCA
RGB
CMYK
RGB Variations
Color information
#ECCFCA (or 0xECCFCA) is known color: Coral Candy. HEX triplet: EC, CF and CA. RGB value is (236,207,202). Sum of RGB (Red+Green+Blue) = 236+207+202=645 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.59% from 645); Green value is 207 (81.25% from 255 or 32.09% from 645); Blue value is 202 (79.30% from 255 or 31.32% from 645); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCFCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCFCA is #133035. Grayscale: #D7D7D7. Windows color (decimal): -1257526 or 13291500. OLE color: 13291500.
HSL color Cylindrical-coordinate representation of color #ECCFCA: hue angle of 8.82º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECCFCA is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 207 | 202 | - |
CMYK | 0 | 0.12 | 0.14 | 0.07 |
HSL | 8.82º | 0.47% | 0.86% | - |
HSV(B) | 8.82º | 0.14% | 0.93% | - |
XYZ | 67.57 | 66.72 | 65.19 | - |
YUV | 215.1 | 120.61 | 142.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 207 | 202 | 0 | 0.12 | 0.14 | 0.07 | 8.82 | 0.47 | 0.86 |
Hex | EC | CF | CA | 0 | C | E | 7 | 9 | 2F | 56 |
Octal | 354 | 317 | 312 | 0 | 14 | 16 | 7 | 11 | 57 | 126 |
Binary | 11101100 | 11001111 | 11001010 | 0 | 1100 | 1110 | 111 | 1001 | 101111 | 1010110 |
Color Harmonies of #ECCFCA
Complementary color
Monochromatic Colors of #ECCFCA
Black with #ECCFCA
Text Example
Text Example
White with #ECCFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCFCA; }
p { color: rgb(236,207,202); }
H1.HeaderClassName
{
color: #ECCFCA;
}
.AnyTagClassName
{
color: #ECCFCA;
}
</style>
background-color css
<style>
a { background-color: #ECCFCA; }
a { background-color: rgb(236,207,202); }
div.DivClassName
{
background-color: #ECCFCA;
}
.BgClassName
{
background-color: #ECCFCA;
}
</style>
border-color css
<style>
span { border-color: #ECCFCA; }
span { border-color: rgb(236,207,202); }
td.TdClassName
{
border-color: #ECCFCA;
}
.TagClassName
{
border-color: #ECCFCA;
}
</style>