#EFD7C7

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

Shades of Almond #EFD7C7

Tints of Almond #EFD7C7

Color information

#EFD7C7 (or 0xEFD7C7) is unknown color: approx Almond. HEX triplet: EF, D7 and C7. RGB value is (239,215,199). Sum of RGB (Red+Green+Blue) = 239+215+199=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 215 (84.38% from 255 or 32.92% from 653); Blue value is 199 (78.12% from 255 or 30.47% from 653); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD7C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD7C7 is #102838. Grayscale: #DCDCDC. Windows color (decimal): -1058873 or 13096943. OLE color: 13096943.

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

Color convert

RGB239215199-
CMYK00.100.170.06
HSL24º55.56%85.88%-
HSV(B)24º16.74%93.73%-
XYZ70.2171.0864.05-
YUV220.35115.95141.3-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.60%
GREEN value IS 215 (84.38% from 255) = 32.92%
BLUE value IS 199 (78.12% from 255) = 30.47%
R=36.60%
G=32.92%
B=30.47%

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
Decimal23921519900.100.170.062455.5685.88
HexEFD7C70A116183856
Octal3573273070122163070126
Binary1110111111010111110001110101010001110110001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD7C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD7C7; }

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

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

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

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

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

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

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

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