#EFDBC9

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

Shades of Almond #EFDBC9

Tints of Almond #EFDBC9

Color information

#EFDBC9 (or 0xEFDBC9) is unknown color: approx Almond. HEX triplet: EF, DB and C9. RGB value is (239,219,201). Sum of RGB (Red+Green+Blue) = 239+219+201=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 219 (85.94% from 255 or 33.23% from 659); Blue value is 201 (78.91% from 255 or 30.50% from 659); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDBC9 is #102436. Grayscale: #DFDFDF. Windows color (decimal): -1057847 or 13229039. OLE color: 13229039.

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

Color convert

RGB239219201-
CMYK00.080.160.06
HSL28.42º54.29%86.27%-
HSV(B)28.42º15.9%93.73%-
XYZ71.4773.2365.63-
YUV222.93115.63139.46-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.27%
GREEN value IS 219 (85.94% from 255) = 33.23%
BLUE value IS 201 (78.91% from 255) = 30.50%
R=36.27%
G=33.23%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921920100.080.160.0628.4254.2986.27
HexEFDBC9081061c3656
Octal3573333110102063466126
Binary1110111111011011110010010100010000110111001101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDBC9; }

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

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

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

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

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

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

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

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