Shades of Coral Candy #EBC9C4
Tints of Coral Candy #EBC9C4
RGB
CMYK
RGB Variations
Color information
#EBC9C4 (or 0xEBC9C4) is known color: Coral Candy. HEX triplet: EB, C9 and C4. RGB value is (235,201,196). Sum of RGB (Red+Green+Blue) = 235+201+196=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 201 (78.91% from 255 or 31.80% from 632); Blue value is 196 (76.95% from 255 or 31.01% from 632); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC9C4 is #14363B. Grayscale: #D2D2D2. Windows color (decimal): -1324604 or 12896747. OLE color: 12896747.
HSL color Cylindrical-coordinate representation of color #EBC9C4: hue angle of 7.69º 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 #EBC9C4 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 201 | 196 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.08 |
| HSL | 7.69º | 0.49% | 0.85% | - |
| HSV(B) | 7.69º | 0.17% | 0.92% | - |
| XYZ | 65.11 | 63.42 | 61.03 | - |
| YUV | 210.6 | 119.76 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 196 | 0 | 0.14 | 0.17 | 0.08 | 7.69 | 0.49 | 0.85 |
| Hex | EB | C9 | C4 | 0 | E | 11 | 8 | 8 | 31 | 55 |
| Octal | 353 | 311 | 304 | 0 | 16 | 21 | 10 | 10 | 61 | 125 |
| Binary | 11101011 | 11001001 | 11000100 | 0 | 1110 | 10001 | 1000 | 1000 | 110001 | 1010101 |
Color Harmonies of #EBC9C4
Complementary color
Monochromatic Colors of #EBC9C4
Black with #EBC9C4
Text Example
Text Example
White with #EBC9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC9C4; }
p { color: rgb(235,201,196); }
H1.HeaderClassName
{
color: #EBC9C4;
}
.AnyTagClassName
{
color: #EBC9C4;
}
</style>
background-color css
<style>
a { background-color: #EBC9C4; }
a { background-color: rgb(235,201,196); }
div.DivClassName
{
background-color: #EBC9C4;
}
.BgClassName
{
background-color: #EBC9C4;
}
</style>
border-color css
<style>
span { border-color: #EBC9C4; }
span { border-color: rgb(235,201,196); }
td.TdClassName
{
border-color: #EBC9C4;
}
.TagClassName
{
border-color: #EBC9C4;
}
</style>