#EFCAC3

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

Shades of Coral Candy #EFCAC3

Tints of Coral Candy #EFCAC3

Color information

#EFCAC3 (or 0xEFCAC3) is unknown color: approx Coral Candy. HEX triplet: EF, CA and C3. RGB value is (239,202,195). Sum of RGB (Red+Green+Blue) = 239+202+195=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 202 (79.30% from 255 or 31.76% from 636); Blue value is 195 (76.56% from 255 or 30.66% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCAC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCAC3 is #10353C. Grayscale: #D4D4D4. Windows color (decimal): -1062205 or 12831471. OLE color: 12831471.

HSL color Cylindrical-coordinate representation of color #EFCAC3: hue angle of 9.55º degrees, saturation: 0.58, 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 #EFCAC3 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB239202195-
CMYK00.150.180.06
HSL9.55º57.89%85.1%-
HSV(B)9.55º18.41%93.73%-
XYZ66.5764.5360.58-
YUV212.26118.26147.07-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.58%
GREEN value IS 202 (79.30% from 255) = 31.76%
BLUE value IS 195 (76.56% from 255) = 30.66%
R=37.58%
G=31.76%
B=30.66%

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
Decimal23920219500.150.180.069.5557.8985.1
HexEFCAC30F126a3a55
Octal3573123030172261272125
Binary111011111100101011000011011111001011010101110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCAC3; }

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

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

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

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

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

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

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

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