#EADACA

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

Shades of Almond #EADACA

Tints of Almond #EADACA

Color information

#EADACA (or 0xEADACA) is unknown color: approx Almond. HEX triplet: EA, DA and CA. RGB value is (234,218,202). Sum of RGB (Red+Green+Blue) = 234+218+202=654 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.78% from 654); Green value is 218 (85.55% from 255 or 33.33% from 654); Blue value is 202 (79.30% from 255 or 30.89% from 654); Max value from RGB is 234 - color contains mainly: red. Hex color #EADACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADACA is #152535. Grayscale: #DDDDDD. Windows color (decimal): -1385782 or 13294314. OLE color: 13294314.

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

Color convert

RGB234218202-
CMYK00.070.140.08
HSL30º43.24%85.49%-
HSV(B)30º13.68%91.76%-
XYZ69.6671.966.08-
YUV220.96117.3137.3-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.78%
GREEN value IS 218 (85.55% from 255) = 33.33%
BLUE value IS 202 (79.30% from 255) = 30.89%
R=35.78%
G=33.33%
B=30.89%

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
Decimal23421820200.070.140.083043.2485.49
HexEADACA07E81e2b55
Octal3523323120716103653125
Binary111010101101101011001010011111101000111101010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADACA; }

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

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

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

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

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

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

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

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