Shades of Coral Candy #EECAC5
Tints of Coral Candy #EECAC5
RGB
CMYK
RGB Variations
Color information
#EECAC5 (or 0xEECAC5) is known color: Coral Candy. HEX triplet: EE, CA and C5. RGB value is (238,202,197). Sum of RGB (Red+Green+Blue) = 238+202+197=637 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.36% from 637); Green value is 202 (79.30% from 255 or 31.71% from 637); Blue value is 197 (77.34% from 255 or 30.93% from 637); Max value from RGB is 238 - color contains mainly: red. Hex color #EECAC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECAC5 is #11353A. Grayscale: #D4D4D4. Windows color (decimal): -1127739 or 12962542. OLE color: 12962542.
HSL color Cylindrical-coordinate representation of color #EECAC5: hue angle of 7.32º degrees, saturation: 0.55, 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 #EECAC5 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 202 | 197 | - |
CMYK | 0 | 0.15 | 0.17 | 0.07 |
HSL | 7.32º | 0.55% | 0.85% | - |
HSV(B) | 7.32º | 0.17% | 0.93% | - |
XYZ | 66.46 | 64.45 | 61.76 | - |
YUV | 212.19 | 119.43 | 146.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 202 | 197 | 0 | 0.15 | 0.17 | 0.07 | 7.32 | 0.55 | 0.85 |
Hex | EE | CA | C5 | 0 | F | 11 | 7 | 7 | 37 | 55 |
Octal | 356 | 312 | 305 | 0 | 17 | 21 | 7 | 7 | 67 | 125 |
Binary | 11101110 | 11001010 | 11000101 | 0 | 1111 | 10001 | 111 | 111 | 110111 | 1010101 |
Color Harmonies of #EECAC5
Complementary color
Monochromatic Colors of #EECAC5
Black with #EECAC5
Text Example
Text Example
White with #EECAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECAC5; }
p { color: rgb(238,202,197); }
H1.HeaderClassName
{
color: #EECAC5;
}
.AnyTagClassName
{
color: #EECAC5;
}
</style>
background-color css
<style>
a { background-color: #EECAC5; }
a { background-color: rgb(238,202,197); }
div.DivClassName
{
background-color: #EECAC5;
}
.BgClassName
{
background-color: #EECAC5;
}
</style>
border-color css
<style>
span { border-color: #EECAC5; }
span { border-color: rgb(238,202,197); }
td.TdClassName
{
border-color: #EECAC5;
}
.TagClassName
{
border-color: #EECAC5;
}
</style>