#EECFCA

Color #EECFCA Coral Candy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral Candy #EECFCA

Tints of Coral Candy #EECFCA

Color information

#EECFCA (or 0xEECFCA) is unknown color: approx Coral Candy. HEX triplet: EE, CF and CA. RGB value is (238,207,202). Sum of RGB (Red+Green+Blue) = 238+207+202=647 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.79% from 647); Green value is 207 (81.25% from 255 or 31.99% from 647); Blue value is 202 (79.30% from 255 or 31.22% from 647); Max value from RGB is 238 - color contains mainly: red. Hex color #EECFCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECFCA is #113035. Grayscale: #D7D7D7. Windows color (decimal): -1126454 or 13291502. OLE color: 13291502.

HSL color Cylindrical-coordinate representation of color #EECFCA: hue angle of 8.33º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EECFCA is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB238207202-
CMYK00.130.150.07
HSL8.33º51.43%86.27%-
HSV(B)8.33º15.13%93.33%-
XYZ68.2367.0765.23-
YUV215.7120.27143.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 238 (93.36% from 255) = 36.79%
GREEN value IS 207 (81.25% from 255) = 31.99%
BLUE value IS 202 (79.30% from 255) = 31.22%
R=36.79%
G=31.99%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820720200.130.150.078.3351.4386.27
HexEECFCA0DF783356
Octal3563173120151771063126
Binary11101110110011111100101001101111111110001100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECFCA; }

 p { color: rgb(238,207,202); }

 H1.HeaderClassName
 {
   color: #EECFCA;
 }
 .AnyTagClassName
 {
   color: #EECFCA;
 }
</style>
background-color css

<style>
 a { background-color: #EECFCA; }

 a { background-color: rgb(238,207,202); }

 div.DivClassName
 {
   background-color: #EECFCA;
 }
 .BgClassName
 {
   background-color: #EECFCA;
 }
</style>
border-color css

<style>
 span { border-color: #EECFCA; }

 span { border-color: rgb(238,207,202); }

 td.TdClassName
 {
   border-color: #EECFCA;
 }
 .TagClassName
 {
   border-color: #EECFCA;
 }
</style>