#EAD4BE

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

Shades of Almond #EAD4BE

Tints of Almond #EAD4BE

Color information

#EAD4BE (or 0xEAD4BE) is unknown color: approx Almond. HEX triplet: EA, D4 and BE. RGB value is (234,212,190). Sum of RGB (Red+Green+Blue) = 234+212+190=636 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.79% from 636); Green value is 212 (83.20% from 255 or 33.33% from 636); Blue value is 190 (74.61% from 255 or 29.87% from 636); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD4BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD4BE is #152B41. Grayscale: #D8D8D8. Windows color (decimal): -1387330 or 12506346. OLE color: 12506346.

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

Color convert

RGB234212190-
CMYK00.090.190.08
HSL30º51.16%83.14%-
HSV(B)30º18.8%91.76%-
XYZ66.7768.358.38-
YUV216.07113.29140.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.79%
GREEN value IS 212 (83.20% from 255) = 33.33%
BLUE value IS 190 (74.61% from 255) = 29.87%
R=36.79%
G=33.33%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421219000.090.190.083051.1683.14
HexEAD4BE091381e3353
Octal35232427601123103663123
Binary11101010110101001011111001001100111000111101100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD4BE; }

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

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

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

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

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

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

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

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