#EAD1BE

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

Shades of Almond #EAD1BE

Tints of Almond #EAD1BE

Color information

#EAD1BE (or 0xEAD1BE) is unknown color: approx Almond. HEX triplet: EA, D1 and BE. RGB value is (234,209,190). Sum of RGB (Red+Green+Blue) = 234+209+190=633 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.97% from 633); Green value is 209 (82.03% from 255 or 33.02% from 633); Blue value is 190 (74.61% from 255 or 30.02% from 633); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD1BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD1BE is #152E41. Grayscale: #D6D6D6. Windows color (decimal): -1388098 or 12505578. OLE color: 12505578.

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

Color convert

RGB234209190-
CMYK00.110.190.08
HSL25.91º51.16%83.14%-
HSV(B)25.91º18.8%91.76%-
XYZ66.0366.8158.13-
YUV214.31114.28142.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.97%
GREEN value IS 209 (82.03% from 255) = 33.02%
BLUE value IS 190 (74.61% from 255) = 30.02%
R=36.97%
G=33.02%
B=30.02%

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
Decimal23420919000.110.190.0825.9151.1683.14
HexEAD1BE0B1381a3353
Octal35232127601323103263123
Binary11101010110100011011111001011100111000110101100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD1BE; }

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

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

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

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

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

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

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

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