#EFD8BD

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

Shades of Almond #EFD8BD

Tints of Almond #EFD8BD

Color information

#EFD8BD (or 0xEFD8BD) is unknown color: approx Almond. HEX triplet: EF, D8 and BD. RGB value is (239,216,189). Sum of RGB (Red+Green+Blue) = 239+216+189=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 216 (84.77% from 255 or 33.54% from 644); Blue value is 189 (74.22% from 255 or 29.35% from 644); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD8BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD8BD is #102742. Grayscale: #DBDBDB. Windows color (decimal): -1058627 or 12441839. OLE color: 12441839.

HSL color Cylindrical-coordinate representation of color #EFD8BD: hue angle of 32.4º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFD8BD is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB239216189-
CMYK00.100.210.06
HSL32.4º60.98%83.92%-
HSV(B)32.4º20.92%93.73%-
XYZ69.3471.1458.22-
YUV219.8110.62141.7-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.11%
GREEN value IS 216 (84.77% from 255) = 33.54%
BLUE value IS 189 (74.22% from 255) = 29.35%
R=37.11%
G=33.54%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921618900.100.210.0632.460.9883.92
HexEFD8BD0A156203d54
Octal3573302750122564075124
Binary11101111110110001011110101010101011101000001111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD8BD; }

 p { color: rgb(239,216,189); }

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

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

 a { background-color: rgb(239,216,189); }

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

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

 span { border-color: rgb(239,216,189); }

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