#EFDBC8

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

Shades of Almond #EFDBC8

Tints of Almond #EFDBC8

Color information

#EFDBC8 (or 0xEFDBC8) is unknown color: approx Almond. HEX triplet: EF, DB and C8. RGB value is (239,219,200). Sum of RGB (Red+Green+Blue) = 239+219+200=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 219 (85.94% from 255 or 33.28% from 658); Blue value is 200 (78.52% from 255 or 30.40% from 658); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDBC8 is #102437. Grayscale: #DEDEDE. Windows color (decimal): -1057848 or 13163503. OLE color: 13163503.

HSL color Cylindrical-coordinate representation of color #EFDBC8: hue angle of 29.23º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFDBC8 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB239219200-
CMYK00.080.160.06
HSL29.23º54.93%86.08%-
HSV(B)29.23º16.32%93.73%-
XYZ71.3573.1865.01-
YUV222.81115.13139.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.32%
GREEN value IS 219 (85.94% from 255) = 33.28%
BLUE value IS 200 (78.52% from 255) = 30.40%
R=36.32%
G=33.28%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921920000.080.160.0629.2354.9386.08
HexEFDBC8081061d3756
Octal3573333100102063567126
Binary1110111111011011110010000100010000110111011101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDBC8; }

 p { color: rgb(239,219,200); }

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

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

 a { background-color: rgb(239,219,200); }

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

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

 span { border-color: rgb(239,219,200); }

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