#EFD1C9

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

Shades of Coral Candy #EFD1C9

Tints of Coral Candy #EFD1C9

Color information

#EFD1C9 (or 0xEFD1C9) is unknown color: approx Coral Candy. HEX triplet: EF, D1 and C9. RGB value is (239,209,201). Sum of RGB (Red+Green+Blue) = 239+209+201=649 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.83% from 649); Green value is 209 (82.03% from 255 or 32.20% from 649); Blue value is 201 (78.91% from 255 or 30.97% from 649); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD1C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD1C9 is #102E36. Grayscale: #D9D9D9. Windows color (decimal): -1060407 or 13226479. OLE color: 13226479.

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

Color convert

RGB239209201-
CMYK00.130.160.06
HSL12.63º54.29%86.27%-
HSV(B)12.63º15.9%93.73%-
XYZ68.9468.1764.78-
YUV217.06118.94143.65-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.83%
GREEN value IS 209 (82.03% from 255) = 32.20%
BLUE value IS 201 (78.91% from 255) = 30.97%
R=36.83%
G=32.20%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920920100.130.160.0612.6354.2986.27
HexEFD1C90D106d3656
Octal3573213110152061566126
Binary111011111101000111001001011011000011011011101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD1C9; }

 p { color: rgb(239,209,201); }

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

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

 a { background-color: rgb(239,209,201); }

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

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

 span { border-color: rgb(239,209,201); }

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