#EFD5BF

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

Shades of Almond #EFD5BF

Tints of Almond #EFD5BF

Color information

#EFD5BF (or 0xEFD5BF) is unknown color: approx Almond. HEX triplet: EF, D5 and BF. RGB value is (239,213,191). Sum of RGB (Red+Green+Blue) = 239+213+191=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 213 (83.59% from 255 or 33.13% from 643); Blue value is 191 (75% from 255 or 29.70% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD5BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD5BF is #102A40. Grayscale: #DADADA. Windows color (decimal): -1059393 or 12572143. OLE color: 12572143.

HSL color Cylindrical-coordinate representation of color #EFD5BF: hue angle of 27.5º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFD5BF is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB239213191-
CMYK00.110.200.06
HSL27.5º60%84.31%-
HSV(B)27.5º20.08%93.73%-
XYZ68.7969.759.12-
YUV218.27112.61142.79-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.17%
GREEN value IS 213 (83.59% from 255) = 33.13%
BLUE value IS 191 (75% from 255) = 29.70%
R=37.17%
G=33.13%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921319100.110.200.0627.56084.31
HexEFD5BF0B1461c3c54
Octal3573252770132463474124
Binary1110111111010101101111110101110100110111001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD5BF; }

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

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

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

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

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

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

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

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