Shades of Coral Candy #EBCFC8
Tints of Coral Candy #EBCFC8
RGB
CMYK
RGB Variations
Color information
#EBCFC8 (or 0xEBCFC8) is known color: Coral Candy. HEX triplet: EB, CF and C8. RGB value is (235,207,200). Sum of RGB (Red+Green+Blue) = 235+207+200=642 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.60% from 642); Green value is 207 (81.25% from 255 or 32.24% from 642); Blue value is 200 (78.52% from 255 or 31.15% from 642); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCFC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCFC8 is #143037. Grayscale: #D6D6D6. Windows color (decimal): -1323064 or 13160427. OLE color: 13160427.
HSL color Cylindrical-coordinate representation of color #EBCFC8: hue angle of 12º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EBCFC8 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 207 | 200 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.08 |
| HSL | 12º | 0.47% | 0.85% | - |
| HSV(B) | 12º | 0.15% | 0.92% | - |
| XYZ | 67 | 66.46 | 63.94 | - |
| YUV | 214.57 | 119.78 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 207 | 200 | 0 | 0.12 | 0.15 | 0.08 | 12 | 0.47 | 0.85 |
| Hex | EB | CF | C8 | 0 | C | F | 8 | C | 2F | 55 |
| Octal | 353 | 317 | 310 | 0 | 14 | 17 | 10 | 14 | 57 | 125 |
| Binary | 11101011 | 11001111 | 11001000 | 0 | 1100 | 1111 | 1000 | 1100 | 101111 | 1010101 |
Color Harmonies of #EBCFC8
Complementary color
Monochromatic Colors of #EBCFC8
Black with #EBCFC8
Text Example
Text Example
White with #EBCFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCFC8; }
p { color: rgb(235,207,200); }
H1.HeaderClassName
{
color: #EBCFC8;
}
.AnyTagClassName
{
color: #EBCFC8;
}
</style>
background-color css
<style>
a { background-color: #EBCFC8; }
a { background-color: rgb(235,207,200); }
div.DivClassName
{
background-color: #EBCFC8;
}
.BgClassName
{
background-color: #EBCFC8;
}
</style>
border-color css
<style>
span { border-color: #EBCFC8; }
span { border-color: rgb(235,207,200); }
td.TdClassName
{
border-color: #EBCFC8;
}
.TagClassName
{
border-color: #EBCFC8;
}
</style>