#EFD9C9

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

Shades of Almond #EFD9C9

Tints of Almond #EFD9C9

Color information

#EFD9C9 (or 0xEFD9C9) is unknown color: approx Almond. HEX triplet: EF, D9 and C9. RGB value is (239,217,201). Sum of RGB (Red+Green+Blue) = 239+217+201=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 217 (85.16% from 255 or 33.03% from 657); Blue value is 201 (78.91% from 255 or 30.59% from 657); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD9C9 is #102636. Grayscale: #DDDDDD. Windows color (decimal): -1058359 or 13228527. OLE color: 13228527.

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

Color convert

RGB239217201-
CMYK00.090.160.06
HSL25.26º54.29%86.27%-
HSV(B)25.26º15.9%93.73%-
XYZ70.9572.1965.45-
YUV221.75116.29140.3-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.38%
GREEN value IS 217 (85.16% from 255) = 33.03%
BLUE value IS 201 (78.91% from 255) = 30.59%
R=36.38%
G=33.03%
B=30.59%

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
Decimal23921720100.090.160.0625.2654.2986.27
HexEFD9C909106193656
Octal3573313110112063166126
Binary1110111111011001110010010100110000110110011101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD9C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD9C9; }

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

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

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

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

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

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

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

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