#EFD7C6

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

Shades of Almond #EFD7C6

Tints of Almond #EFD7C6

Color information

#EFD7C6 (or 0xEFD7C6) is unknown color: approx Almond. HEX triplet: EF, D7 and C6. RGB value is (239,215,198). Sum of RGB (Red+Green+Blue) = 239+215+198=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 215 (84.38% from 255 or 32.98% from 652); Blue value is 198 (77.73% from 255 or 30.37% from 652); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD7C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD7C6 is #102839. Grayscale: #DCDCDC. Windows color (decimal): -1058874 or 13031407. OLE color: 13031407.

HSL color Cylindrical-coordinate representation of color #EFD7C6: hue angle of 24.88º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFD7C6 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB239215198-
CMYK00.100.170.06
HSL24.88º56.16%85.69%-
HSV(B)24.88º17.15%93.73%-
XYZ70.0971.0363.44-
YUV220.24115.45141.38-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.66%
GREEN value IS 215 (84.38% from 255) = 32.98%
BLUE value IS 198 (77.73% from 255) = 30.37%
R=36.66%
G=32.98%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921519800.100.170.0624.8856.1685.69
HexEFD7C60A116193856
Octal3573273060122163170126
Binary1110111111010111110001100101010001110110011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD7C6; }

 p { color: rgb(239,215,198); }

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

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

 a { background-color: rgb(239,215,198); }

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

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

 span { border-color: rgb(239,215,198); }

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