Shades of Coral Candy #EFCCC4
Tints of Coral Candy #EFCCC4
RGB
CMYK
RGB Variations
Color information
#EFCCC4 (or 0xEFCCC4) is known color: Coral Candy. HEX triplet: EF, CC and C4. RGB value is (239,204,196). Sum of RGB (Red+Green+Blue) = 239+204+196=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 204 (80.08% from 255 or 31.92% from 639); Blue value is 196 (76.95% from 255 or 30.67% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCCC4 is #10333B. Grayscale: #D5D5D5. Windows color (decimal): -1061692 or 12897519. OLE color: 12897519.
HSL color Cylindrical-coordinate representation of color #EFCCC4: hue angle of 11.16º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFCCC4 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 204 | 196 | - |
CMYK | 0 | 0.15 | 0.18 | 0.06 |
HSL | 11.16º | 0.57% | 0.85% | - |
HSV(B) | 11.16º | 0.18% | 0.94% | - |
XYZ | 67.15 | 65.52 | 61.33 | - |
YUV | 213.55 | 118.1 | 146.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 204 | 196 | 0 | 0.15 | 0.18 | 0.06 | 11.16 | 0.57 | 0.85 |
Hex | EF | CC | C4 | 0 | F | 12 | 6 | B | 39 | 55 |
Octal | 357 | 314 | 304 | 0 | 17 | 22 | 6 | 13 | 71 | 125 |
Binary | 11101111 | 11001100 | 11000100 | 0 | 1111 | 10010 | 110 | 1011 | 111001 | 1010101 |
Color Harmonies of #EFCCC4
Complementary color
Monochromatic Colors of #EFCCC4
Black with #EFCCC4
Text Example
Text Example
White with #EFCCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCCC4; }
p { color: rgb(239,204,196); }
H1.HeaderClassName
{
color: #EFCCC4;
}
.AnyTagClassName
{
color: #EFCCC4;
}
</style>
background-color css
<style>
a { background-color: #EFCCC4; }
a { background-color: rgb(239,204,196); }
div.DivClassName
{
background-color: #EFCCC4;
}
.BgClassName
{
background-color: #EFCCC4;
}
</style>
border-color css
<style>
span { border-color: #EFCCC4; }
span { border-color: rgb(239,204,196); }
td.TdClassName
{
border-color: #EFCCC4;
}
.TagClassName
{
border-color: #EFCCC4;
}
</style>