#EFD4BD

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

Shades of Almond #EFD4BD

Tints of Almond #EFD4BD

Color information

#EFD4BD (or 0xEFD4BD) is unknown color: approx Almond. HEX triplet: EF, D4 and BD. RGB value is (239,212,189). Sum of RGB (Red+Green+Blue) = 239+212+189=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 212 (83.20% from 255 or 33.12% from 640); Blue value is 189 (74.22% from 255 or 29.53% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD4BD is #102B42. Grayscale: #D9D9D9. Windows color (decimal): -1059651 or 12440815. OLE color: 12440815.

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

Color convert

RGB239212189-
CMYK00.110.210.06
HSL27.6º60.98%83.92%-
HSV(B)27.6º20.92%93.73%-
XYZ68.3369.1157.88-
YUV217.45111.95143.37-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.34%
GREEN value IS 212 (83.20% from 255) = 33.12%
BLUE value IS 189 (74.22% from 255) = 29.53%
R=37.34%
G=33.12%
B=29.53%

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
Decimal23921218900.110.210.0627.660.9883.92
HexEFD4BD0B1561c3d54
Octal3573242750132563475124
Binary1110111111010100101111010101110101110111001111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD4BD; }

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

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

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

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

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

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

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

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