#EAD9CA

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

Shades of Almond #EAD9CA

Tints of Almond #EAD9CA

Color information

#EAD9CA (or 0xEAD9CA) is unknown color: approx Almond. HEX triplet: EA, D9 and CA. RGB value is (234,217,202). Sum of RGB (Red+Green+Blue) = 234+217+202=653 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.83% from 653); Green value is 217 (85.16% from 255 or 33.23% from 653); Blue value is 202 (79.30% from 255 or 30.93% from 653); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD9CA is #152635. Grayscale: #DCDCDC. Windows color (decimal): -1386038 or 13294058. OLE color: 13294058.

HSL color Cylindrical-coordinate representation of color #EAD9CA: hue angle of 28.13º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EAD9CA is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB234217202-
CMYK00.070.140.08
HSL28.13º43.24%85.49%-
HSV(B)28.13º13.68%91.76%-
XYZ69.4171.3866-
YUV220.37117.63137.72-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.83%
GREEN value IS 217 (85.16% from 255) = 33.23%
BLUE value IS 202 (79.30% from 255) = 30.93%
R=35.83%
G=33.23%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421720200.070.140.0828.1343.2485.49
HexEAD9CA07E81c2b55
Octal3523313120716103453125
Binary111010101101100111001010011111101000111001010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD9CA; }

 p { color: rgb(234,217,202); }

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

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

 a { background-color: rgb(234,217,202); }

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

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

 span { border-color: rgb(234,217,202); }

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