#EFDAC9

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

Shades of Almond #EFDAC9

Tints of Almond #EFDAC9

Color information

#EFDAC9 (or 0xEFDAC9) is unknown color: approx Almond. HEX triplet: EF, DA and C9. RGB value is (239,218,201). Sum of RGB (Red+Green+Blue) = 239+218+201=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 218 (85.55% from 255 or 33.13% from 658); Blue value is 201 (78.91% from 255 or 30.55% from 658); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDAC9 is #102536. Grayscale: #DEDEDE. Windows color (decimal): -1058103 or 13228783. OLE color: 13228783.

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

Color convert

RGB239218201-
CMYK00.090.160.06
HSL26.84º54.29%86.27%-
HSV(B)26.84º15.9%93.73%-
XYZ71.2172.7165.54-
YUV222.34115.96139.88-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.32%
GREEN value IS 218 (85.55% from 255) = 33.13%
BLUE value IS 201 (78.91% from 255) = 30.55%
R=36.32%
G=33.13%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921820100.090.160.0626.8454.2986.27
HexEFDAC9091061b3656
Octal3573323110112063366126
Binary1110111111011010110010010100110000110110111101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDAC9; }

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

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

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

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

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

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

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

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