#EFD9C4

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

Shades of Almond #EFD9C4

Tints of Almond #EFD9C4

Color information

#EFD9C4 (or 0xEFD9C4) is unknown color: approx Almond. HEX triplet: EF, D9 and C4. RGB value is (239,217,196). Sum of RGB (Red+Green+Blue) = 239+217+196=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 217 (85.16% from 255 or 33.28% from 652); Blue value is 196 (76.95% from 255 or 30.06% from 652); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD9C4 is #10263B. Grayscale: #DDDDDD. Windows color (decimal): -1058364 or 12900847. OLE color: 12900847.

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

Color convert

RGB239217196-
CMYK00.090.180.06
HSL29.3º57.33%85.29%-
HSV(B)29.3º17.99%93.73%-
XYZ70.3771.9662.41-
YUV221.18113.79140.71-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.66%
GREEN value IS 217 (85.16% from 255) = 33.28%
BLUE value IS 196 (76.95% from 255) = 30.06%
R=36.66%
G=33.28%
B=30.06%

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
Decimal23921719600.090.180.0629.357.3385.29
HexEFD9C4091261d3955
Octal3573313040112263571125
Binary1110111111011001110001000100110010110111011110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD9C4; }

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

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

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

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

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

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

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

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