#EAE0DC

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

Shades of Pot Pourri #EAE0DC

Tints of Pot Pourri #EAE0DC

Color information

#EAE0DC (or 0xEAE0DC) is unknown color: approx Pot Pourri. HEX triplet: EA, E0 and DC. RGB value is (234,224,220). Sum of RGB (Red+Green+Blue) = 234+224+220=678 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.51% from 678); Green value is 224 (87.89% from 255 or 33.04% from 678); Blue value is 220 (86.33% from 255 or 32.45% from 678); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE0DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAE0DC is #151F23. Grayscale: #E2E2E2. Windows color (decimal): -1384228 or 14475498. OLE color: 14475498.

HSL color Cylindrical-coordinate representation of color #EAE0DC: hue angle of 17.14º degrees, saturation: 0.25, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EAE0DC is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB234224220-
CMYK00.040.060.08
HSL17.14º25%89.02%-
HSV(B)17.14º5.98%91.76%-
XYZ73.5175.9778.5-
YUV226.53124.31133.33-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.51%
GREEN value IS 224 (87.89% from 255) = 33.04%
BLUE value IS 220 (86.33% from 255) = 32.45%
R=34.51%
G=33.04%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422422000.040.060.0817.142589.02
HexEAE0DC0468111959
Octal352340334046102131131
Binary1110101011100000110111000100110100010001110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE0DC; }

 p { color: rgb(234,224,220); }

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

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

 a { background-color: rgb(234,224,220); }

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

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

 span { border-color: rgb(234,224,220); }

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