#efd3bf

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

Shades of Almond #EFD3BF

Tints of Almond #EFD3BF

Color information

#EFD3BF (or 0xEFD3BF) is unknown color: approx Almond. HEX triplet: EF, D3 and BF. RGB value is (239,211,191). Sum of RGB (Red+Green+Blue) = 239+211+191=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 211 (82.81% from 255 or 32.92% from 641); Blue value is 191 (75% from 255 or 29.80% from 641); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD3BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD3BF is #102C40. Grayscale: #D9D9D9. Windows color (decimal): -1059905 or 12571631. OLE color: 12571631.

HSL color Cylindrical-coordinate representation of color #EFD3BF: hue angle of 25º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFD3BF is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB239211191-
CMYK00.120.200.06
HSL25º60%84.31%-
HSV(B)25º20.08%93.73%-
XYZ68.2968.758.95-
YUV217.09113.28143.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.29%
GREEN value IS 211 (82.81% from 255) = 32.92%
BLUE value IS 191 (75% from 255) = 29.80%
R=37.29%
G=32.92%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921119100.120.200.06256084.31
HexEFD3BF0C146193c54
Octal3573232770142463174124
Binary1110111111010011101111110110010100110110011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efd3bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efd3bf; }

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

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

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

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

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

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

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

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