#EFD7C4

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

Shades of Almond #EFD7C4

Tints of Almond #EFD7C4

Color information

#EFD7C4 (or 0xEFD7C4) is unknown color: approx Almond. HEX triplet: EF, D7 and C4. RGB value is (239,215,196). Sum of RGB (Red+Green+Blue) = 239+215+196=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 215 (84.38% from 255 or 33.08% from 650); Blue value is 196 (76.95% from 255 or 30.15% from 650); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD7C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD7C4 is #10283B. Grayscale: #DCDCDC. Windows color (decimal): -1058876 or 12900335. OLE color: 12900335.

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

Color convert

RGB239215196-
CMYK00.100.180.06
HSL26.51º57.33%85.29%-
HSV(B)26.51º17.99%93.73%-
XYZ69.8670.9462.23-
YUV220.01114.45141.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.77%
GREEN value IS 215 (84.38% from 255) = 33.08%
BLUE value IS 196 (76.95% from 255) = 30.15%
R=36.77%
G=33.08%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921519600.100.180.0626.5157.3385.29
HexEFD7C40A1261b3955
Octal3573273040122263371125
Binary1110111111010111110001000101010010110110111110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD7C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD7C4; }

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

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

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

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

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

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

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

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