Shades of Coral Candy #EBC8C5
Tints of Coral Candy #EBC8C5
RGB
CMYK
RGB Variations
Color information
#EBC8C5 (or 0xEBC8C5) is known color: Coral Candy. HEX triplet: EB, C8 and C5. RGB value is (235,200,197). Sum of RGB (Red+Green+Blue) = 235+200+197=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 200 (78.52% from 255 or 31.65% from 632); Blue value is 197 (77.34% from 255 or 31.17% from 632); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC8C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC8C5 is #14373A. Grayscale: #D2D2D2. Windows color (decimal): -1324859 or 12962027. OLE color: 12962027.
HSL color Cylindrical-coordinate representation of color #EBC8C5: hue angle of 4.74º 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 #EBC8C5 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 200 | 197 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.08 |
| HSL | 4.74º | 0.49% | 0.85% | - |
| HSV(B) | 4.74º | 0.16% | 0.92% | - |
| XYZ | 64.99 | 63 | 61.56 | - |
| YUV | 210.12 | 120.6 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 200 | 197 | 0 | 0.15 | 0.16 | 0.08 | 4.74 | 0.49 | 0.85 |
| Hex | EB | C8 | C5 | 0 | F | 10 | 8 | 5 | 31 | 55 |
| Octal | 353 | 310 | 305 | 0 | 17 | 20 | 10 | 5 | 61 | 125 |
| Binary | 11101011 | 11001000 | 11000101 | 0 | 1111 | 10000 | 1000 | 101 | 110001 | 1010101 |
Color Harmonies of #EBC8C5
Complementary color
Monochromatic Colors of #EBC8C5
Black with #EBC8C5
Text Example
Text Example
White with #EBC8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC8C5; }
p { color: rgb(235,200,197); }
H1.HeaderClassName
{
color: #EBC8C5;
}
.AnyTagClassName
{
color: #EBC8C5;
}
</style>
background-color css
<style>
a { background-color: #EBC8C5; }
a { background-color: rgb(235,200,197); }
div.DivClassName
{
background-color: #EBC8C5;
}
.BgClassName
{
background-color: #EBC8C5;
}
</style>
border-color css
<style>
span { border-color: #EBC8C5; }
span { border-color: rgb(235,200,197); }
td.TdClassName
{
border-color: #EBC8C5;
}
.TagClassName
{
border-color: #EBC8C5;
}
</style>