#EFDACB

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

Shades of Almond #EFDACB

Tints of Almond #EFDACB

Color information

#EFDACB (or 0xEFDACB) is unknown color: approx Almond. HEX triplet: EF, DA and CB. RGB value is (239,218,203). Sum of RGB (Red+Green+Blue) = 239+218+203=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 218 (85.55% from 255 or 33.03% from 660); Blue value is 203 (79.69% from 255 or 30.76% from 660); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDACB is #102534. Grayscale: #DEDEDE. Windows color (decimal): -1058101 or 13359855. OLE color: 13359855.

HSL color Cylindrical-coordinate representation of color #EFDACB: hue angle of 25º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFDACB is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB239218203-
CMYK00.090.150.06
HSL25º52.94%86.67%-
HSV(B)25º15.06%93.73%-
XYZ71.4572.8166.79-
YUV222.57116.96139.72-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.21%
GREEN value IS 218 (85.55% from 255) = 33.03%
BLUE value IS 203 (79.69% from 255) = 30.76%
R=36.21%
G=33.03%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921820300.090.150.062552.9486.67
HexEFDACB09F6193557
Octal3573323130111763165127
Binary111011111101101011001011010011111110110011101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDACB; }

 p { color: rgb(239,218,203); }

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

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

 a { background-color: rgb(239,218,203); }

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

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

 span { border-color: rgb(239,218,203); }

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