#EFD3BC

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

Shades of Almond #EFD3BC

Tints of Almond #EFD3BC

Color information

#EFD3BC (or 0xEFD3BC) is unknown color: approx Almond. HEX triplet: EF, D3 and BC. RGB value is (239,211,188). Sum of RGB (Red+Green+Blue) = 239+211+188=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 211 (82.81% from 255 or 33.07% from 638); Blue value is 188 (73.83% from 255 or 29.47% from 638); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD3BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD3BC is #102C43. Grayscale: #D8D8D8. Windows color (decimal): -1059908 or 12375023. OLE color: 12375023.

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

Color convert

RGB239211188-
CMYK00.120.210.06
HSL27.06º61.45%83.73%-
HSV(B)27.06º21.34%93.73%-
XYZ67.9768.5757.23-
YUV216.75111.78143.87-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.46%
GREEN value IS 211 (82.81% from 255) = 33.07%
BLUE value IS 188 (73.83% from 255) = 29.47%
R=37.46%
G=33.07%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921118800.120.210.0627.0661.4583.73
HexEFD3BC0C1561b3d54
Octal3573232740142563375124
Binary1110111111010011101111000110010101110110111111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD3BC; }

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

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

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

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

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

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

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

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