#EAD1BB

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

Shades of Almond #EAD1BB

Tints of Almond #EAD1BB

Color information

#EAD1BB (or 0xEAD1BB) is unknown color: approx Almond. HEX triplet: EA, D1 and BB. RGB value is (234,209,187). Sum of RGB (Red+Green+Blue) = 234+209+187=630 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.14% from 630); Green value is 209 (82.03% from 255 or 33.17% from 630); Blue value is 187 (73.44% from 255 or 29.68% from 630); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD1BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD1BB is #152E44. Grayscale: #D6D6D6. Windows color (decimal): -1388101 or 12308970. OLE color: 12308970.

HSL color Cylindrical-coordinate representation of color #EAD1BB: hue angle of 28.09º degrees, saturation: 0.53, 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 #EAD1BB is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB234209187-
CMYK00.110.200.08
HSL28.09º52.81%82.55%-
HSV(B)28.09º20.09%91.76%-
XYZ65.766.6856.42-
YUV213.97112.78142.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.14%
GREEN value IS 209 (82.03% from 255) = 33.17%
BLUE value IS 187 (73.44% from 255) = 29.68%
R=37.14%
G=33.17%
B=29.68%

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
Decimal23420918700.110.200.0828.0952.8182.55
HexEAD1BB0B1481c3553
Octal35232127301324103465123
Binary11101010110100011011101101011101001000111001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD1BB; }

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

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

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

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

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

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

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

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