#EFDAC4

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

Shades of Almond #EFDAC4

Tints of Almond #EFDAC4

Color information

#EFDAC4 (or 0xEFDAC4) is unknown color: approx Almond. HEX triplet: EF, DA and C4. RGB value is (239,218,196). Sum of RGB (Red+Green+Blue) = 239+218+196=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 218 (85.55% from 255 or 33.38% from 653); Blue value is 196 (76.95% from 255 or 30.02% from 653); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDAC4 is #10253B. Grayscale: #DDDDDD. Windows color (decimal): -1058108 or 12901103. OLE color: 12901103.

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

Color convert

RGB239218196-
CMYK00.090.180.06
HSL30.7º57.33%85.29%-
HSV(B)30.7º17.99%93.73%-
XYZ70.6372.4862.49-
YUV221.77113.46140.29-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.60%
GREEN value IS 218 (85.55% from 255) = 33.38%
BLUE value IS 196 (76.95% from 255) = 30.02%
R=36.60%
G=33.38%
B=30.02%

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
Decimal23921819600.090.180.0630.757.3385.29
HexEFDAC4091261f3955
Octal3573323040112263771125
Binary1110111111011010110001000100110010110111111110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDAC4; }

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

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

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

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

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

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

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

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