Shades of Coral Candy #EBD0CA
Tints of Coral Candy #EBD0CA
RGB
CMYK
RGB Variations
Color information
#EBD0CA (or 0xEBD0CA) is known color: Coral Candy. HEX triplet: EB, D0 and CA. RGB value is (235,208,202). Sum of RGB (Red+Green+Blue) = 235+208+202=645 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.43% from 645); Green value is 208 (81.64% from 255 or 32.25% from 645); Blue value is 202 (79.30% from 255 or 31.32% from 645); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD0CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD0CA is #142F35. Grayscale: #D7D7D7. Windows color (decimal): -1322806 or 13291755. OLE color: 13291755.
HSL color Cylindrical-coordinate representation of color #EBD0CA: hue angle of 10.91º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EBD0CA is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 208 | 202 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.08 |
| HSL | 10.91º | 0.45% | 0.86% | - |
| HSV(B) | 10.91º | 0.14% | 0.92% | - |
| XYZ | 67.48 | 67.04 | 65.26 | - |
| YUV | 215.39 | 120.45 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 208 | 202 | 0 | 0.11 | 0.14 | 0.08 | 10.91 | 0.45 | 0.86 |
| Hex | EB | D0 | CA | 0 | B | E | 8 | B | 2D | 56 |
| Octal | 353 | 320 | 312 | 0 | 13 | 16 | 10 | 13 | 55 | 126 |
| Binary | 11101011 | 11010000 | 11001010 | 0 | 1011 | 1110 | 1000 | 1011 | 101101 | 1010110 |
Color Harmonies of #EBD0CA
Complementary color
Monochromatic Colors of #EBD0CA
Black with #EBD0CA
Text Example
Text Example
White with #EBD0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD0CA; }
p { color: rgb(235,208,202); }
H1.HeaderClassName
{
color: #EBD0CA;
}
.AnyTagClassName
{
color: #EBD0CA;
}
</style>
background-color css
<style>
a { background-color: #EBD0CA; }
a { background-color: rgb(235,208,202); }
div.DivClassName
{
background-color: #EBD0CA;
}
.BgClassName
{
background-color: #EBD0CA;
}
</style>
border-color css
<style>
span { border-color: #EBD0CA; }
span { border-color: rgb(235,208,202); }
td.TdClassName
{
border-color: #EBD0CA;
}
.TagClassName
{
border-color: #EBD0CA;
}
</style>