#EFDAC3

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

Shades of Almond #EFDAC3

Tints of Almond #EFDAC3

Color information

#EFDAC3 (or 0xEFDAC3) is unknown color: approx Almond. HEX triplet: EF, DA and C3. RGB value is (239,218,195). Sum of RGB (Red+Green+Blue) = 239+218+195=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 218 (85.55% from 255 or 33.44% from 652); Blue value is 195 (76.56% from 255 or 29.91% from 652); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDAC3 is #10253C. Grayscale: #DDDDDD. Windows color (decimal): -1058109 or 12835567. OLE color: 12835567.

HSL color Cylindrical-coordinate representation of color #EFDAC3: hue angle of 31.36º degrees, saturation: 0.58, 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 #EFDAC3 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB239218195-
CMYK00.090.180.06
HSL31.36º57.89%85.1%-
HSV(B)31.36º18.41%93.73%-
XYZ70.5272.4361.89-
YUV221.66112.96140.37-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.66%
GREEN value IS 218 (85.55% from 255) = 33.44%
BLUE value IS 195 (76.56% from 255) = 29.91%
R=36.66%
G=33.44%
B=29.91%

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
Decimal23921819500.090.180.0631.3657.8985.1
HexEFDAC3091261f3a55
Octal3573323030112263772125
Binary1110111111011010110000110100110010110111111110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDAC3; }

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

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

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

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

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

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

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

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