#EAD6C0

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

Shades of Almond #EAD6C0

Tints of Almond #EAD6C0

Color information

#EAD6C0 (or 0xEAD6C0) is unknown color: approx Almond. HEX triplet: EA, D6 and C0. RGB value is (234,214,192). Sum of RGB (Red+Green+Blue) = 234+214+192=640 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.56% from 640); Green value is 214 (83.98% from 255 or 33.44% from 640); Blue value is 192 (75.39% from 255 or 30% from 640); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD6C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD6C0 is #15293F. Grayscale: #D9D9D9. Windows color (decimal): -1386816 or 12637930. OLE color: 12637930.

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

Color convert

RGB234214192-
CMYK00.090.180.08
HSL31.43º50%83.53%-
HSV(B)31.43º17.95%91.76%-
XYZ67.4969.3959.71-
YUV217.47113.63139.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.56%
GREEN value IS 214 (83.98% from 255) = 33.44%
BLUE value IS 192 (75.39% from 255) = 30%
R=36.56%
G=33.44%
B=30%

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
Decimal23421419200.090.180.0831.435083.53
HexEAD6C0091281f3254
Octal35232630001122103762124
Binary11101010110101101100000001001100101000111111100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD6C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD6C0; }

 p { color: rgb(234,214,192); }

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

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

 a { background-color: rgb(234,214,192); }

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

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

 span { border-color: rgb(234,214,192); }

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