Shades of Coral Candy #EBC8C4
Tints of Coral Candy #EBC8C4
RGB
CMYK
RGB Variations
Color information
#EBC8C4 (or 0xEBC8C4) is known color: Coral Candy. HEX triplet: EB, C8 and C4. RGB value is (235,200,196). Sum of RGB (Red+Green+Blue) = 235+200+196=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 200 (78.52% from 255 or 31.70% from 631); Blue value is 196 (76.95% from 255 or 31.06% from 631); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC8C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC8C4 is #14373B. Grayscale: #D2D2D2. Windows color (decimal): -1324860 or 12896491. OLE color: 12896491.
HSL color Cylindrical-coordinate representation of color #EBC8C4: hue angle of 6.15º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBC8C4 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 200 | 196 | - |
| CMYK | 0 | 0.15 | 0.17 | 0.08 |
| HSL | 6.15º | 0.49% | 0.85% | - |
| HSV(B) | 6.15º | 0.17% | 0.92% | - |
| XYZ | 64.88 | 62.96 | 60.96 | - |
| YUV | 210.01 | 120.1 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 200 | 196 | 0 | 0.15 | 0.17 | 0.08 | 6.15 | 0.49 | 0.85 |
| Hex | EB | C8 | C4 | 0 | F | 11 | 8 | 6 | 31 | 55 |
| Octal | 353 | 310 | 304 | 0 | 17 | 21 | 10 | 6 | 61 | 125 |
| Binary | 11101011 | 11001000 | 11000100 | 0 | 1111 | 10001 | 1000 | 110 | 110001 | 1010101 |
Color Harmonies of #EBC8C4
Complementary color
Monochromatic Colors of #EBC8C4
Black with #EBC8C4
Text Example
Text Example
White with #EBC8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC8C4; }
p { color: rgb(235,200,196); }
H1.HeaderClassName
{
color: #EBC8C4;
}
.AnyTagClassName
{
color: #EBC8C4;
}
</style>
background-color css
<style>
a { background-color: #EBC8C4; }
a { background-color: rgb(235,200,196); }
div.DivClassName
{
background-color: #EBC8C4;
}
.BgClassName
{
background-color: #EBC8C4;
}
</style>
border-color css
<style>
span { border-color: #EBC8C4; }
span { border-color: rgb(235,200,196); }
td.TdClassName
{
border-color: #EBC8C4;
}
.TagClassName
{
border-color: #EBC8C4;
}
</style>