#EAD1BD

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

Shades of Almond #EAD1BD

Tints of Almond #EAD1BD

Color information

#EAD1BD (or 0xEAD1BD) is unknown color: approx Almond. HEX triplet: EA, D1 and BD. RGB value is (234,209,189). Sum of RGB (Red+Green+Blue) = 234+209+189=632 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.03% from 632); Green value is 209 (82.03% from 255 or 33.07% from 632); Blue value is 189 (74.22% from 255 or 29.91% from 632); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD1BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD1BD is #152E42. Grayscale: #D6D6D6. Windows color (decimal): -1388099 or 12440042. OLE color: 12440042.

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

Color convert

RGB234209189-
CMYK00.110.190.08
HSL26.67º51.72%82.94%-
HSV(B)26.67º19.23%91.76%-
XYZ65.9266.7757.56-
YUV214.2113.78142.13-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.03%
GREEN value IS 209 (82.03% from 255) = 33.07%
BLUE value IS 189 (74.22% from 255) = 29.91%
R=37.03%
G=33.07%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420918900.110.190.0826.6751.7282.94
HexEAD1BD0B1381b3453
Octal35232127501323103364123
Binary11101010110100011011110101011100111000110111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD1BD; }

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

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

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

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

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

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

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

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