#EADAC9

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

Shades of Almond #EADAC9

Tints of Almond #EADAC9

Color information

#EADAC9 (or 0xEADAC9) is unknown color: approx Almond. HEX triplet: EA, DA and C9. RGB value is (234,218,201). Sum of RGB (Red+Green+Blue) = 234+218+201=653 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.83% from 653); Green value is 218 (85.55% from 255 or 33.38% from 653); Blue value is 201 (78.91% from 255 or 30.78% from 653); Max value from RGB is 234 - color contains mainly: red. Hex color #EADAC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADAC9 is #152536. Grayscale: #DCDCDC. Windows color (decimal): -1385783 or 13228778. OLE color: 13228778.

HSL color Cylindrical-coordinate representation of color #EADAC9: hue angle of 30.91º degrees, saturation: 0.44, 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 #EADAC9 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB234218201-
CMYK00.070.140.08
HSL30.91º44%85.29%-
HSV(B)30.91º14.1%91.76%-
XYZ69.5571.8565.46-
YUV220.85116.8137.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.83%
GREEN value IS 218 (85.55% from 255) = 33.38%
BLUE value IS 201 (78.91% from 255) = 30.78%
R=35.83%
G=33.38%
B=30.78%

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
Decimal23421820100.070.140.0830.914485.29
HexEADAC907E81f2c55
Octal3523323110716103754125
Binary111010101101101011001001011111101000111111011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADAC9; }

 p { color: rgb(234,218,201); }

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

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

 a { background-color: rgb(234,218,201); }

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

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

 span { border-color: rgb(234,218,201); }

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