#EFDAC5

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

Shades of Almond #EFDAC5

Tints of Almond #EFDAC5

Color information

#EFDAC5 (or 0xEFDAC5) is unknown color: approx Almond. HEX triplet: EF, DA and C5. RGB value is (239,218,197). Sum of RGB (Red+Green+Blue) = 239+218+197=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 218 (85.55% from 255 or 33.33% from 654); Blue value is 197 (77.34% from 255 or 30.12% from 654); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDAC5 is #10253A. Grayscale: #DDDDDD. Windows color (decimal): -1058107 or 12966639. OLE color: 12966639.

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

Color convert

RGB239218197-
CMYK00.090.180.06
HSL30º56.76%85.49%-
HSV(B)30º17.57%93.73%-
XYZ70.7572.5263.09-
YUV221.88113.96140.21-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.54%
GREEN value IS 218 (85.55% from 255) = 33.33%
BLUE value IS 197 (77.34% from 255) = 30.12%
R=36.54%
G=33.33%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921819700.090.180.063056.7685.49
HexEFDAC5091261e3955
Octal3573323050112263671125
Binary1110111111011010110001010100110010110111101110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDAC5; }

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

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

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

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

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

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

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

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