#EAD4BD

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

Shades of Almond #EAD4BD

Tints of Almond #EAD4BD

Color information

#EAD4BD (or 0xEAD4BD) is unknown color: approx Almond. HEX triplet: EA, D4 and BD. RGB value is (234,212,189). Sum of RGB (Red+Green+Blue) = 234+212+189=635 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.85% from 635); Green value is 212 (83.20% from 255 or 33.39% from 635); Blue value is 189 (74.22% from 255 or 29.76% from 635); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD4BD is #152B42. Grayscale: #D8D8D8. Windows color (decimal): -1387331 or 12440810. OLE color: 12440810.

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

Color convert

RGB234212189-
CMYK00.090.190.08
HSL30.67º51.72%82.94%-
HSV(B)30.67º19.23%91.76%-
XYZ66.6668.2557.8-
YUV215.96112.79140.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.85%
GREEN value IS 212 (83.20% from 255) = 33.39%
BLUE value IS 189 (74.22% from 255) = 29.76%
R=36.85%
G=33.39%
B=29.76%

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
Decimal23421218900.090.190.0830.6751.7282.94
HexEAD4BD091381f3453
Octal35232427501123103764123
Binary11101010110101001011110101001100111000111111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD4BD; }

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

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

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

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

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

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

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

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