#EFD5BD

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

Shades of Almond #EFD5BD

Tints of Almond #EFD5BD

Color information

#EFD5BD (or 0xEFD5BD) is unknown color: approx Almond. HEX triplet: EF, D5 and BD. RGB value is (239,213,189). Sum of RGB (Red+Green+Blue) = 239+213+189=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 213 (83.59% from 255 or 33.23% from 641); Blue value is 189 (74.22% from 255 or 29.49% from 641); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD5BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD5BD is #102A42. Grayscale: #DADADA. Windows color (decimal): -1059395 or 12441071. OLE color: 12441071.

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

Color convert

RGB239213189-
CMYK00.110.210.06
HSL28.8º60.98%83.92%-
HSV(B)28.8º20.92%93.73%-
XYZ68.5869.6157.97-
YUV218.04111.61142.95-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.29%
GREEN value IS 213 (83.59% from 255) = 33.23%
BLUE value IS 189 (74.22% from 255) = 29.49%
R=37.29%
G=33.23%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921318900.110.210.0628.860.9883.92
HexEFD5BD0B1561d3d54
Octal3573252750132563575124
Binary1110111111010101101111010101110101110111011111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD5BD; }

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

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

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

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

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

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

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

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