Shades of Coral Candy #EFCAC2
Tints of Coral Candy #EFCAC2
RGB
CMYK
RGB Variations
Color information
#EFCAC2 (or 0xEFCAC2) is known color: Coral Candy. HEX triplet: EF, CA and C2. RGB value is (239,202,194). Sum of RGB (Red+Green+Blue) = 239+202+194=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 202 (79.30% from 255 or 31.81% from 635); Blue value is 194 (76.17% from 255 or 30.55% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCAC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCAC2 is #10353D. Grayscale: #D4D4D4. Windows color (decimal): -1062206 or 12765935. OLE color: 12765935.
HSL color Cylindrical-coordinate representation of color #EFCAC2: hue angle of 10.67º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EFCAC2 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 202 | 194 | - |
CMYK | 0 | 0.15 | 0.19 | 0.06 |
HSL | 10.67º | 0.58% | 0.85% | - |
HSV(B) | 10.67º | 0.19% | 0.94% | - |
XYZ | 66.45 | 64.49 | 59.98 | - |
YUV | 212.15 | 117.76 | 147.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 202 | 194 | 0 | 0.15 | 0.19 | 0.06 | 10.67 | 0.58 | 0.85 |
Hex | EF | CA | C2 | 0 | F | 13 | 6 | B | 3A | 55 |
Octal | 357 | 312 | 302 | 0 | 17 | 23 | 6 | 13 | 72 | 125 |
Binary | 11101111 | 11001010 | 11000010 | 0 | 1111 | 10011 | 110 | 1011 | 111010 | 1010101 |
Color Harmonies of #EFCAC2
Complementary color
Monochromatic Colors of #EFCAC2
Black with #EFCAC2
Text Example
Text Example
White with #EFCAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCAC2; }
p { color: rgb(239,202,194); }
H1.HeaderClassName
{
color: #EFCAC2;
}
.AnyTagClassName
{
color: #EFCAC2;
}
</style>
background-color css
<style>
a { background-color: #EFCAC2; }
a { background-color: rgb(239,202,194); }
div.DivClassName
{
background-color: #EFCAC2;
}
.BgClassName
{
background-color: #EFCAC2;
}
</style>
border-color css
<style>
span { border-color: #EFCAC2; }
span { border-color: rgb(239,202,194); }
td.TdClassName
{
border-color: #EFCAC2;
}
.TagClassName
{
border-color: #EFCAC2;
}
</style>