#EFD4BF

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

Shades of Almond #EFD4BF

Tints of Almond #EFD4BF

Color information

#EFD4BF (or 0xEFD4BF) is unknown color: approx Almond. HEX triplet: EF, D4 and BF. RGB value is (239,212,191). Sum of RGB (Red+Green+Blue) = 239+212+191=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 212 (83.20% from 255 or 33.02% from 642); Blue value is 191 (75% from 255 or 29.75% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD4BF is #102B40. Grayscale: #D9D9D9. Windows color (decimal): -1059649 or 12571887. OLE color: 12571887.

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

Color convert

RGB239212191-
CMYK00.110.200.06
HSL26.25º60%84.31%-
HSV(B)26.25º20.08%93.73%-
XYZ68.5469.259.03-
YUV217.68112.95143.21-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.23%
GREEN value IS 212 (83.20% from 255) = 33.02%
BLUE value IS 191 (75% from 255) = 29.75%
R=37.23%
G=33.02%
B=29.75%

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
Decimal23921219100.110.200.0626.256084.31
HexEFD4BF0B1461a3c54
Octal3573242770132463274124
Binary1110111111010100101111110101110100110110101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD4BF; }

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

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

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

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

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

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

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

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