Shades of Coral Candy #EBD0C9
Tints of Coral Candy #EBD0C9
RGB
CMYK
RGB Variations
Color information
#EBD0C9 (or 0xEBD0C9) is known color: Coral Candy. HEX triplet: EB, D0 and C9. RGB value is (235,208,201). Sum of RGB (Red+Green+Blue) = 235+208+201=644 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.49% from 644); Green value is 208 (81.64% from 255 or 32.30% from 644); Blue value is 201 (78.91% from 255 or 31.21% from 644); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD0C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD0C9 is #142F36. Grayscale: #D7D7D7. Windows color (decimal): -1322807 or 13226219. OLE color: 13226219.
HSL color Cylindrical-coordinate representation of color #EBD0C9: hue angle of 12.35º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EBD0C9 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 208 | 201 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.08 |
| HSL | 12.35º | 0.46% | 0.85% | - |
| HSV(B) | 12.35º | 0.14% | 0.92% | - |
| XYZ | 67.36 | 66.99 | 64.64 | - |
| YUV | 215.28 | 119.95 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 208 | 201 | 0 | 0.11 | 0.14 | 0.08 | 12.35 | 0.46 | 0.85 |
| Hex | EB | D0 | C9 | 0 | B | E | 8 | C | 2E | 55 |
| Octal | 353 | 320 | 311 | 0 | 13 | 16 | 10 | 14 | 56 | 125 |
| Binary | 11101011 | 11010000 | 11001001 | 0 | 1011 | 1110 | 1000 | 1100 | 101110 | 1010101 |
Color Harmonies of #EBD0C9
Complementary color
Monochromatic Colors of #EBD0C9
Black with #EBD0C9
Text Example
Text Example
White with #EBD0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD0C9; }
p { color: rgb(235,208,201); }
H1.HeaderClassName
{
color: #EBD0C9;
}
.AnyTagClassName
{
color: #EBD0C9;
}
</style>
background-color css
<style>
a { background-color: #EBD0C9; }
a { background-color: rgb(235,208,201); }
div.DivClassName
{
background-color: #EBD0C9;
}
.BgClassName
{
background-color: #EBD0C9;
}
</style>
border-color css
<style>
span { border-color: #EBD0C9; }
span { border-color: rgb(235,208,201); }
td.TdClassName
{
border-color: #EBD0C9;
}
.TagClassName
{
border-color: #EBD0C9;
}
</style>