#EAD5BF

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

Shades of Almond #EAD5BF

Tints of Almond #EAD5BF

Color information

#EAD5BF (or 0xEAD5BF) is unknown color: approx Almond. HEX triplet: EA, D5 and BF. RGB value is (234,213,191). Sum of RGB (Red+Green+Blue) = 234+213+191=638 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.68% from 638); Green value is 213 (83.59% from 255 or 33.39% from 638); Blue value is 191 (75% from 255 or 29.94% from 638); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD5BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD5BF is #152A40. Grayscale: #D8D8D8. Windows color (decimal): -1387073 or 12572138. OLE color: 12572138.

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

Color convert

RGB234213191-
CMYK00.090.180.08
HSL30.7º50.59%83.33%-
HSV(B)30.7º18.38%91.76%-
XYZ67.1368.8459.04-
YUV216.77113.46140.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.68%
GREEN value IS 213 (83.59% from 255) = 33.39%
BLUE value IS 191 (75% from 255) = 29.94%
R=36.68%
G=33.39%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421319100.090.180.0830.750.5983.33
HexEAD5BF091281f3353
Octal35232527701122103763123
Binary11101010110101011011111101001100101000111111100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD5BF; }

 p { color: rgb(234,213,191); }

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

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

 a { background-color: rgb(234,213,191); }

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

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

 span { border-color: rgb(234,213,191); }

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