#EFD6C5

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

Shades of Almond #EFD6C5

Tints of Almond #EFD6C5

Color information

#EFD6C5 (or 0xEFD6C5) is unknown color: approx Almond. HEX triplet: EF, D6 and C5. RGB value is (239,214,197). Sum of RGB (Red+Green+Blue) = 239+214+197=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 214 (83.98% from 255 or 32.92% from 650); Blue value is 197 (77.34% from 255 or 30.31% from 650); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD6C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD6C5 is #10293A. Grayscale: #DBDBDB. Windows color (decimal): -1059131 or 12965615. OLE color: 12965615.

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

Color convert

RGB239214197-
CMYK00.100.180.06
HSL24.29º56.76%85.49%-
HSV(B)24.29º17.57%93.73%-
XYZ69.7270.4862.75-
YUV219.54115.28141.88-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.77%
GREEN value IS 214 (83.98% from 255) = 32.92%
BLUE value IS 197 (77.34% from 255) = 30.31%
R=36.77%
G=32.92%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921419700.100.180.0624.2956.7685.49
HexEFD6C50A126183955
Octal3573263050122263071125
Binary1110111111010110110001010101010010110110001110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD6C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD6C5; }

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

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

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

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

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

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

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

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