Shades of Coral Candy #EBC9C5
Tints of Coral Candy #EBC9C5
RGB
CMYK
RGB Variations
Color information
#EBC9C5 (or 0xEBC9C5) is known color: Coral Candy. HEX triplet: EB, C9 and C5. RGB value is (235,201,197). Sum of RGB (Red+Green+Blue) = 235+201+197=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 201 (78.91% from 255 or 31.75% from 633); Blue value is 197 (77.34% from 255 or 31.12% from 633); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC9C5 is #14363A. Grayscale: #D2D2D2. Windows color (decimal): -1324603 or 12962283. OLE color: 12962283.
HSL color Cylindrical-coordinate representation of color #EBC9C5: hue angle of 6.32º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EBC9C5 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 201 | 197 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.08 |
| HSL | 6.32º | 0.49% | 0.85% | - |
| HSV(B) | 6.32º | 0.16% | 0.92% | - |
| XYZ | 65.23 | 63.47 | 61.64 | - |
| YUV | 210.71 | 120.26 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 197 | 0 | 0.14 | 0.16 | 0.08 | 6.32 | 0.49 | 0.85 |
| Hex | EB | C9 | C5 | 0 | E | 10 | 8 | 6 | 31 | 55 |
| Octal | 353 | 311 | 305 | 0 | 16 | 20 | 10 | 6 | 61 | 125 |
| Binary | 11101011 | 11001001 | 11000101 | 0 | 1110 | 10000 | 1000 | 110 | 110001 | 1010101 |
Color Harmonies of #EBC9C5
Complementary color
Monochromatic Colors of #EBC9C5
Black with #EBC9C5
Text Example
Text Example
White with #EBC9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC9C5; }
p { color: rgb(235,201,197); }
H1.HeaderClassName
{
color: #EBC9C5;
}
.AnyTagClassName
{
color: #EBC9C5;
}
</style>
background-color css
<style>
a { background-color: #EBC9C5; }
a { background-color: rgb(235,201,197); }
div.DivClassName
{
background-color: #EBC9C5;
}
.BgClassName
{
background-color: #EBC9C5;
}
</style>
border-color css
<style>
span { border-color: #EBC9C5; }
span { border-color: rgb(235,201,197); }
td.TdClassName
{
border-color: #EBC9C5;
}
.TagClassName
{
border-color: #EBC9C5;
}
</style>