#EFE0DA

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

Shades of Pot Pourri #EFE0DA

Tints of Pot Pourri #EFE0DA

Color information

#EFE0DA (or 0xEFE0DA) is unknown color: approx Pot Pourri. HEX triplet: EF, E0 and DA. RGB value is (239,224,218). Sum of RGB (Red+Green+Blue) = 239+224+218=681 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.10% from 681); Green value is 224 (87.89% from 255 or 32.89% from 681); Blue value is 218 (85.55% from 255 or 32.01% from 681); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE0DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE0DA is #101F25. Grayscale: #E3E3E3. Windows color (decimal): -1056550 or 14344431. OLE color: 14344431.

HSL color Cylindrical-coordinate representation of color #EFE0DA: hue angle of 17.14º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFE0DA is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB239224218-
CMYK00.060.090.06
HSL17.14º39.62%89.61%-
HSV(B)17.14º8.79%93.73%-
XYZ74.9176.7277.19-
YUV227.8122.47135.99-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.10%
GREEN value IS 224 (87.89% from 255) = 32.89%
BLUE value IS 218 (85.55% from 255) = 32.01%
R=35.10%
G=32.89%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922421800.060.090.0617.1439.6289.61
HexEFE0DA069611285a
Octal357340332061162150132
Binary11101111111000001101101001101001110100011010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE0DA; }

 p { color: rgb(239,224,218); }

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

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

 a { background-color: rgb(239,224,218); }

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

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

 span { border-color: rgb(239,224,218); }

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