#EFE0D9

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

Shades of Pot Pourri #EFE0D9

Tints of Pot Pourri #EFE0D9

Color information

#EFE0D9 (or 0xEFE0D9) is unknown color: approx Pot Pourri. HEX triplet: EF, E0 and D9. RGB value is (239,224,217). Sum of RGB (Red+Green+Blue) = 239+224+217=680 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.15% from 680); Green value is 224 (87.89% from 255 or 32.94% from 680); Blue value is 217 (85.16% from 255 or 31.91% from 680); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE0D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE0D9 is #101F26. Grayscale: #E3E3E3. Windows color (decimal): -1056551 or 14278895. OLE color: 14278895.

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

Color convert

RGB239224217-
CMYK00.060.090.06
HSL19.09º40.74%89.41%-
HSV(B)19.09º9.21%93.73%-
XYZ74.7876.6776.5-
YUV227.69121.97136.07-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.15%
GREEN value IS 224 (87.89% from 255) = 32.94%
BLUE value IS 217 (85.16% from 255) = 31.91%
R=35.15%
G=32.94%
B=31.91%

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
Decimal23922421700.060.090.0619.0940.7489.41
HexEFE0D90696132959
Octal357340331061162351131
Binary11101111111000001101100101101001110100111010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE0D9; }

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

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

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

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

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

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

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

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