#EFE0D8

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

Shades of Pot Pourri #EFE0D8

Tints of Pot Pourri #EFE0D8

Color information

#EFE0D8 (or 0xEFE0D8) is unknown color: approx Pot Pourri. HEX triplet: EF, E0 and D8. RGB value is (239,224,216). Sum of RGB (Red+Green+Blue) = 239+224+216=679 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.20% from 679); Green value is 224 (87.89% from 255 or 32.99% from 679); Blue value is 216 (84.77% from 255 or 31.81% from 679); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE0D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE0D8 is #101F27. Grayscale: #E3E3E3. Windows color (decimal): -1056552 or 14213359. OLE color: 14213359.

HSL color Cylindrical-coordinate representation of color #EFE0D8: hue angle of 20.87º degrees, saturation: 0.42, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFE0D8 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB239224216-
CMYK00.060.100.06
HSL20.87º41.82%89.22%-
HSV(B)20.87º9.62%93.73%-
XYZ74.6576.6275.82-
YUV227.57121.47136.15-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.20%
GREEN value IS 224 (87.89% from 255) = 32.99%
BLUE value IS 216 (84.77% from 255) = 31.81%
R=35.20%
G=32.99%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922421600.060.100.0620.8741.8289.22
HexEFE0D806A6152a59
Octal357340330061262552131
Binary11101111111000001101100001101010110101011010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE0D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE0D8; }

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

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

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

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

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

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

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

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