#EAD2C0

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

Shades of Almond #EAD2C0

Tints of Almond #EAD2C0

Color information

#EAD2C0 (or 0xEAD2C0) is unknown color: approx Almond. HEX triplet: EA, D2 and C0. RGB value is (234,210,192). Sum of RGB (Red+Green+Blue) = 234+210+192=636 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.79% from 636); Green value is 210 (82.42% from 255 or 33.02% from 636); Blue value is 192 (75.39% from 255 or 30.19% from 636); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD2C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD2C0 is #152D3F. Grayscale: #D7D7D7. Windows color (decimal): -1387840 or 12636906. OLE color: 12636906.

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

Color convert

RGB234210192-
CMYK00.100.180.08
HSL25.71º50%83.53%-
HSV(B)25.71º17.95%91.76%-
XYZ66.4967.3959.37-
YUV215.12114.95141.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.79%
GREEN value IS 210 (82.42% from 255) = 33.02%
BLUE value IS 192 (75.39% from 255) = 30.19%
R=36.79%
G=33.02%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421019200.100.180.0825.715083.53
HexEAD2C00A1281a3254
Octal35232230001222103262124
Binary11101010110100101100000001010100101000110101100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD2C0; }

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

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

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

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

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

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

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

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