#EAD4C0

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

Shades of Almond #EAD4C0

Tints of Almond #EAD4C0

Color information

#EAD4C0 (or 0xEAD4C0) is unknown color: approx Almond. HEX triplet: EA, D4 and C0. RGB value is (234,212,192). Sum of RGB (Red+Green+Blue) = 234+212+192=638 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.68% from 638); Green value is 212 (83.20% from 255 or 33.23% from 638); Blue value is 192 (75.39% from 255 or 30.09% from 638); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD4C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD4C0 is #152B3F. Grayscale: #D8D8D8. Windows color (decimal): -1387328 or 12637418. OLE color: 12637418.

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

Color convert

RGB234212192-
CMYK00.090.180.08
HSL28.57º50%83.53%-
HSV(B)28.57º17.95%91.76%-
XYZ66.9968.3959.54-
YUV216.3114.29140.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.68%
GREEN value IS 212 (83.20% from 255) = 33.23%
BLUE value IS 192 (75.39% from 255) = 30.09%
R=36.68%
G=33.23%
B=30.09%

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
Decimal23421219200.090.180.0828.575083.53
HexEAD4C0091281d3254
Octal35232430001122103562124
Binary11101010110101001100000001001100101000111011100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD4C0; }

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

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

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

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

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

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

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

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