#EFCAC5

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

Shades of Coral Candy #EFCAC5

Tints of Coral Candy #EFCAC5

Color information

#EFCAC5 (or 0xEFCAC5) is unknown color: approx Coral Candy. HEX triplet: EF, CA and C5. RGB value is (239,202,197). Sum of RGB (Red+Green+Blue) = 239+202+197=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 202 (79.30% from 255 or 31.66% from 638); Blue value is 197 (77.34% from 255 or 30.88% from 638); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCAC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCAC5 is #10353A. Grayscale: #D4D4D4. Windows color (decimal): -1062203 or 12962543. OLE color: 12962543.

HSL color Cylindrical-coordinate representation of color #EFCAC5: hue angle of 7.14º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFCAC5 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB239202197-
CMYK00.150.180.06
HSL7.14º56.76%85.49%-
HSV(B)7.14º17.57%93.73%-
XYZ66.864.6261.78-
YUV212.49119.26146.91-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.46%
GREEN value IS 202 (79.30% from 255) = 31.66%
BLUE value IS 197 (77.34% from 255) = 30.88%
R=37.46%
G=31.66%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920219700.150.180.067.1456.7685.49
HexEFCAC50F12673955
Octal357312305017226771125
Binary11101111110010101100010101111100101101111110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCAC5; }

 p { color: rgb(239,202,197); }

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

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

 a { background-color: rgb(239,202,197); }

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

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

 span { border-color: rgb(239,202,197); }

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