Shades of Coral Candy #EDC8C4
Tints of Coral Candy #EDC8C4
RGB
CMYK
RGB Variations
Color information
#EDC8C4 (or 0xEDC8C4) is known color: Coral Candy. HEX triplet: ED, C8 and C4. RGB value is (237,200,196). Sum of RGB (Red+Green+Blue) = 237+200+196=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 200 (78.52% from 255 or 31.60% from 633); Blue value is 196 (76.95% from 255 or 30.96% from 633); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC8C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC8C4 is #12373B. Grayscale: #D2D2D2. Windows color (decimal): -1193788 or 12896493. OLE color: 12896493.
HSL color Cylindrical-coordinate representation of color #EDC8C4: hue angle of 5.85º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EDC8C4 is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 200 | 196 | - |
CMYK | 0 | 0.16 | 0.17 | 0.07 |
HSL | 5.85º | 0.53% | 0.85% | - |
HSV(B) | 5.85º | 0.17% | 0.93% | - |
XYZ | 65.54 | 63.3 | 60.99 | - |
YUV | 210.61 | 119.76 | 146.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 200 | 196 | 0 | 0.16 | 0.17 | 0.07 | 5.85 | 0.53 | 0.85 |
Hex | ED | C8 | C4 | 0 | 10 | 11 | 7 | 6 | 35 | 55 |
Octal | 355 | 310 | 304 | 0 | 20 | 21 | 7 | 6 | 65 | 125 |
Binary | 11101101 | 11001000 | 11000100 | 0 | 10000 | 10001 | 111 | 110 | 110101 | 1010101 |
Color Harmonies of #EDC8C4
Complementary color
Monochromatic Colors of #EDC8C4
Black with #EDC8C4
Text Example
Text Example
White with #EDC8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC8C4; }
p { color: rgb(237,200,196); }
H1.HeaderClassName
{
color: #EDC8C4;
}
.AnyTagClassName
{
color: #EDC8C4;
}
</style>
background-color css
<style>
a { background-color: #EDC8C4; }
a { background-color: rgb(237,200,196); }
div.DivClassName
{
background-color: #EDC8C4;
}
.BgClassName
{
background-color: #EDC8C4;
}
</style>
border-color css
<style>
span { border-color: #EDC8C4; }
span { border-color: rgb(237,200,196); }
td.TdClassName
{
border-color: #EDC8C4;
}
.TagClassName
{
border-color: #EDC8C4;
}
</style>