#EFCFC6

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

Shades of Coral Candy #EFCFC6

Tints of Coral Candy #EFCFC6

Color information

#EFCFC6 (or 0xEFCFC6) is unknown color: approx Coral Candy. HEX triplet: EF, CF and C6. RGB value is (239,207,198). Sum of RGB (Red+Green+Blue) = 239+207+198=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 207 (81.25% from 255 or 32.14% from 644); Blue value is 198 (77.73% from 255 or 30.75% from 644); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCFC6 is #103039. Grayscale: #D7D7D7. Windows color (decimal): -1060922 or 13029359. OLE color: 13029359.

HSL color Cylindrical-coordinate representation of color #EFCFC6: hue angle of 13.17º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFCFC6 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB239207198-
CMYK00.130.170.06
HSL13.17º56.16%85.69%-
HSV(B)13.17º17.15%93.73%-
XYZ68.167.0562.78-
YUV215.54118.1144.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.11%
GREEN value IS 207 (81.25% from 255) = 32.14%
BLUE value IS 198 (77.73% from 255) = 30.75%
R=37.11%
G=32.14%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920719800.130.170.0613.1756.1685.69
HexEFCFC60D116d3856
Octal3573173060152161570126
Binary111011111100111111000110011011000111011011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCFC6; }

 p { color: rgb(239,207,198); }

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

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

 a { background-color: rgb(239,207,198); }

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

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

 span { border-color: rgb(239,207,198); }

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