#EFDBC5

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

Shades of Almond #EFDBC5

Tints of Almond #EFDBC5

Color information

#EFDBC5 (or 0xEFDBC5) is unknown color: approx Almond. HEX triplet: EF, DB and C5. RGB value is (239,219,197). Sum of RGB (Red+Green+Blue) = 239+219+197=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 219 (85.94% from 255 or 33.44% from 655); Blue value is 197 (77.34% from 255 or 30.08% from 655); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDBC5 is #10243A. Grayscale: #DEDEDE. Windows color (decimal): -1057851 or 12966895. OLE color: 12966895.

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

Color convert

RGB239219197-
CMYK00.080.180.06
HSL31.43º56.76%85.49%-
HSV(B)31.43º17.57%93.73%-
XYZ71.0173.0463.18-
YUV222.47113.63139.79-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.49%
GREEN value IS 219 (85.94% from 255) = 33.44%
BLUE value IS 197 (77.34% from 255) = 30.08%
R=36.49%
G=33.44%
B=30.08%

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
Decimal23921919700.080.180.0631.4356.7685.49
HexEFDBC5081261f3955
Octal3573333050102263771125
Binary1110111111011011110001010100010010110111111110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDBC5; }

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

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

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

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

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

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

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

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