#EFDBC3

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

Shades of Almond #EFDBC3

Tints of Almond #EFDBC3

Color information

#EFDBC3 (or 0xEFDBC3) is unknown color: approx Almond. HEX triplet: EF, DB and C3. RGB value is (239,219,195). Sum of RGB (Red+Green+Blue) = 239+219+195=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 219 (85.94% from 255 or 33.54% from 653); Blue value is 195 (76.56% from 255 or 29.86% from 653); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDBC3 is #10243C. Grayscale: #DEDEDE. Windows color (decimal): -1057853 or 12835823. OLE color: 12835823.

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

Color convert

RGB239219195-
CMYK00.080.180.06
HSL32.73º57.89%85.1%-
HSV(B)32.73º18.41%93.73%-
XYZ70.7872.9561.98-
YUV222.24112.63139.95-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.60%
GREEN value IS 219 (85.94% from 255) = 33.54%
BLUE value IS 195 (76.56% from 255) = 29.86%
R=36.60%
G=33.54%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921919500.080.180.0632.7357.8985.1
HexEFDBC308126213a55
Octal3573333030102264172125
Binary11101111110110111100001101000100101101000011110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDBC3; }

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

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

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

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

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

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

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

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