#EACFCA

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

Shades of Coral Candy #EACFCA

Tints of Coral Candy #EACFCA

Color information

#EACFCA (or 0xEACFCA) is unknown color: approx Coral Candy. HEX triplet: EA, CF and CA. RGB value is (234,207,202). Sum of RGB (Red+Green+Blue) = 234+207+202=643 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.39% from 643); Green value is 207 (81.25% from 255 or 32.19% from 643); Blue value is 202 (79.30% from 255 or 31.42% from 643); Max value from RGB is 234 - color contains mainly: red. Hex color #EACFCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACFCA is #153035. Grayscale: #D6D6D6. Windows color (decimal): -1388598 or 13291498. OLE color: 13291498.

HSL color Cylindrical-coordinate representation of color #EACFCA: hue angle of 9.38º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EACFCA is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB234207202-
CMYK00.120.140.08
HSL9.38º43.24%85.49%-
HSV(B)9.38º13.68%91.76%-
XYZ66.9166.3865.16-
YUV214.5120.95141.91-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.39%
GREEN value IS 207 (81.25% from 255) = 32.19%
BLUE value IS 202 (79.30% from 255) = 31.42%
R=36.39%
G=32.19%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420720200.120.140.089.3843.2485.49
HexEACFCA0CE892b55
Octal35231731201416101153125
Binary111010101100111111001010011001110100010011010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACFCA; }

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

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

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

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

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

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

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

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