Shades of Coral Candy #EECAC3
Tints of Coral Candy #EECAC3
RGB
CMYK
RGB Variations
Color information
#EECAC3 (or 0xEECAC3) is known color: Coral Candy. HEX triplet: EE, CA and C3. RGB value is (238,202,195). Sum of RGB (Red+Green+Blue) = 238+202+195=635 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.48% from 635); Green value is 202 (79.30% from 255 or 31.81% from 635); Blue value is 195 (76.56% from 255 or 30.71% from 635); Max value from RGB is 238 - color contains mainly: red. Hex color #EECAC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECAC3 is #11353C. Grayscale: #D4D4D4. Windows color (decimal): -1127741 or 12831470. OLE color: 12831470.
HSL color Cylindrical-coordinate representation of color #EECAC3: hue angle of 9.77º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EECAC3 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 202 | 195 | - |
CMYK | 0 | 0.15 | 0.18 | 0.07 |
HSL | 9.77º | 0.56% | 0.85% | - |
HSV(B) | 9.77º | 0.18% | 0.93% | - |
XYZ | 66.23 | 64.36 | 60.56 | - |
YUV | 211.97 | 118.43 | 146.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 202 | 195 | 0 | 0.15 | 0.18 | 0.07 | 9.77 | 0.56 | 0.85 |
Hex | EE | CA | C3 | 0 | F | 12 | 7 | A | 38 | 55 |
Octal | 356 | 312 | 303 | 0 | 17 | 22 | 7 | 12 | 70 | 125 |
Binary | 11101110 | 11001010 | 11000011 | 0 | 1111 | 10010 | 111 | 1010 | 111000 | 1010101 |
Color Harmonies of #EECAC3
Complementary color
Monochromatic Colors of #EECAC3
Black with #EECAC3
Text Example
Text Example
White with #EECAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECAC3; }
p { color: rgb(238,202,195); }
H1.HeaderClassName
{
color: #EECAC3;
}
.AnyTagClassName
{
color: #EECAC3;
}
</style>
background-color css
<style>
a { background-color: #EECAC3; }
a { background-color: rgb(238,202,195); }
div.DivClassName
{
background-color: #EECAC3;
}
.BgClassName
{
background-color: #EECAC3;
}
</style>
border-color css
<style>
span { border-color: #EECAC3; }
span { border-color: rgb(238,202,195); }
td.TdClassName
{
border-color: #EECAC3;
}
.TagClassName
{
border-color: #EECAC3;
}
</style>