#EFDCC9

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

Shades of Almond #EFDCC9

Tints of Almond #EFDCC9

Color information

#EFDCC9 (or 0xEFDCC9) is unknown color: approx Almond. HEX triplet: EF, DC and C9. RGB value is (239,220,201). Sum of RGB (Red+Green+Blue) = 239+220+201=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 220 (86.33% from 255 or 33.33% from 660); Blue value is 201 (78.91% from 255 or 30.45% from 660); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCC9 is #102336. Grayscale: #DFDFDF. Windows color (decimal): -1057591 or 13229295. OLE color: 13229295.

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

Color convert

RGB239220201-
CMYK00.080.160.06
HSL30º54.29%86.27%-
HSV(B)30º15.9%93.73%-
XYZ71.7373.7565.71-
YUV223.52115.29139.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.21%
GREEN value IS 220 (86.33% from 255) = 33.33%
BLUE value IS 201 (78.91% from 255) = 30.45%
R=36.21%
G=33.33%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922020100.080.160.063054.2986.27
HexEFDCC9081061e3656
Octal3573343110102063666126
Binary1110111111011100110010010100010000110111101101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDCC9; }

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

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

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

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

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

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

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

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