#EFDAC7

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

Shades of Almond #EFDAC7

Tints of Almond #EFDAC7

Color information

#EFDAC7 (or 0xEFDAC7) is unknown color: approx Almond. HEX triplet: EF, DA and C7. RGB value is (239,218,199). Sum of RGB (Red+Green+Blue) = 239+218+199=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 218 (85.55% from 255 or 33.23% from 656); Blue value is 199 (78.12% from 255 or 30.34% from 656); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDAC7 is #102538. Grayscale: #DEDEDE. Windows color (decimal): -1058105 or 13097711. OLE color: 13097711.

HSL color Cylindrical-coordinate representation of color #EFDAC7: hue angle of 28.5º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFDAC7 is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB239218199-
CMYK00.090.170.06
HSL28.5º55.56%85.88%-
HSV(B)28.5º16.74%93.73%-
XYZ70.9872.6264.31-
YUV222.11114.96140.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.43%
GREEN value IS 218 (85.55% from 255) = 33.23%
BLUE value IS 199 (78.12% from 255) = 30.34%
R=36.43%
G=33.23%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921819900.090.170.0628.555.5685.88
HexEFDAC7091161d3856
Octal3573323070112163570126
Binary1110111111011010110001110100110001110111011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDAC7; }

 p { color: rgb(239,218,199); }

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

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

 a { background-color: rgb(239,218,199); }

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

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

 span { border-color: rgb(239,218,199); }

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