#EFD9C5

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

Shades of Almond #EFD9C5

Tints of Almond #EFD9C5

Color information

#EFD9C5 (or 0xEFD9C5) is unknown color: approx Almond. HEX triplet: EF, D9 and C5. RGB value is (239,217,197). Sum of RGB (Red+Green+Blue) = 239+217+197=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 217 (85.16% from 255 or 33.23% from 653); Blue value is 197 (77.34% from 255 or 30.17% from 653); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD9C5 is #10263A. Grayscale: #DDDDDD. Windows color (decimal): -1058363 or 12966383. OLE color: 12966383.

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

Color convert

RGB239217197-
CMYK00.090.180.06
HSL28.57º56.76%85.49%-
HSV(B)28.57º17.57%93.73%-
XYZ70.4972.0163.01-
YUV221.3114.29140.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.60%
GREEN value IS 217 (85.16% from 255) = 33.23%
BLUE value IS 197 (77.34% from 255) = 30.17%
R=36.60%
G=33.23%
B=30.17%

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
Decimal23921719700.090.180.0628.5756.7685.49
HexEFD9C5091261d3955
Octal3573313050112263571125
Binary1110111111011001110001010100110010110111011110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD9C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD9C5; }

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

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

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

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

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

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

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

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