#EAD1BF

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

Shades of Almond #EAD1BF

Tints of Almond #EAD1BF

Color information

#EAD1BF (or 0xEAD1BF) is unknown color: approx Almond. HEX triplet: EA, D1 and BF. RGB value is (234,209,191). Sum of RGB (Red+Green+Blue) = 234+209+191=634 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.91% from 634); Green value is 209 (82.03% from 255 or 32.97% from 634); Blue value is 191 (75% from 255 or 30.13% from 634); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD1BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD1BF is #152E40. Grayscale: #D6D6D6. Windows color (decimal): -1388097 or 12571114. OLE color: 12571114.

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

Color convert

RGB234209191-
CMYK00.110.180.08
HSL25.12º50.59%83.33%-
HSV(B)25.12º18.38%91.76%-
XYZ66.1466.8558.71-
YUV214.42114.78141.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.91%
GREEN value IS 209 (82.03% from 255) = 32.97%
BLUE value IS 191 (75% from 255) = 30.13%
R=36.91%
G=32.97%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420919100.110.180.0825.1250.5983.33
HexEAD1BF0B128193353
Octal35232127701322103163123
Binary11101010110100011011111101011100101000110011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD1BF; }

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

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

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

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

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

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

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

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