#EFD4BC

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

Shades of Almond #EFD4BC

Tints of Almond #EFD4BC

Color information

#EFD4BC (or 0xEFD4BC) is unknown color: approx Almond. HEX triplet: EF, D4 and BC. RGB value is (239,212,188). Sum of RGB (Red+Green+Blue) = 239+212+188=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 212 (83.20% from 255 or 33.18% from 639); Blue value is 188 (73.83% from 255 or 29.42% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD4BC is #102B43. Grayscale: #D9D9D9. Windows color (decimal): -1059652 or 12375279. OLE color: 12375279.

HSL color Cylindrical-coordinate representation of color #EFD4BC: hue angle of 28.24º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFD4BC is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB239212188-
CMYK00.110.210.06
HSL28.24º61.45%83.73%-
HSV(B)28.24º21.34%93.73%-
XYZ68.2269.0757.31-
YUV217.34111.45143.45-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.40%
GREEN value IS 212 (83.20% from 255) = 33.18%
BLUE value IS 188 (73.83% from 255) = 29.42%
R=37.40%
G=33.18%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921218800.110.210.0628.2461.4583.73
HexEFD4BC0B1561c3d54
Octal3573242740132563475124
Binary1110111111010100101111000101110101110111001111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD4BC; }

 p { color: rgb(239,212,188); }

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

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

 a { background-color: rgb(239,212,188); }

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

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

 span { border-color: rgb(239,212,188); }

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