#EBD1BB

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

Shades of Almond #EBD1BB

Tints of Almond #EBD1BB

Color information

#EBD1BB (or 0xEBD1BB) is unknown color: approx Almond. HEX triplet: EB, D1 and BB. RGB value is (235,209,187). Sum of RGB (Red+Green+Blue) = 235+209+187=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 209 (82.03% from 255 or 33.12% from 631); Blue value is 187 (73.44% from 255 or 29.64% from 631); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD1BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD1BB is #142E44. Grayscale: #D6D6D6. Windows color (decimal): -1322565 or 12308971. OLE color: 12308971.

HSL color Cylindrical-coordinate representation of color #EBD1BB: hue angle of 27.5º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBD1BB is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB235209187-
CMYK00.110.200.08
HSL27.5º54.55%82.75%-
HSV(B)27.5º20.43%92.16%-
XYZ66.0366.8556.44-
YUV214.27112.61142.79-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.24%
GREEN value IS 209 (82.03% from 255) = 33.12%
BLUE value IS 187 (73.44% from 255) = 29.64%
R=37.24%
G=33.12%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520918700.110.200.0827.554.5582.75
HexEBD1BB0B1481c3753
Octal35332127301324103467123
Binary11101011110100011011101101011101001000111001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD1BB; }

 p { color: rgb(235,209,187); }

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

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

 a { background-color: rgb(235,209,187); }

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

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

 span { border-color: rgb(235,209,187); }

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