Html Css Color HEX #EFE0D9 Pot Pourri

📋 copy color: '#EFE0D9'

red 239 ◦ green 224 ◦ blue 217

#EFE0D9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pot Pourri #EFE0D9

Tints of Pot Pourri #EFE0D9

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 value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EFE0D9 (or 0xEFE0D9) is known color: 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

RGB 239 224 217 -
CMYK 0 0.06 0.09 0.06
HSL 19.09º 0.41% 0.89% -
HSV(B) 19.09º 0.09% 0.94% -
XYZ 74.78 76.67 76.5 -
YUV 227.69 121.97 136.07 -
System Red Green Blue C M Y K H S L
Decimal 239 224 217 0 0.06 0.09 0.06 19.09 0.41 0.89
Hex EF E0 D9 0 6 9 6 13 29 59
Octal 357 340 331 0 6 11 6 23 51 131
Binary 11101111 11100000 11011001 0 110 1001 110 10011 101001 1011001

Color Harmonies of #EFE0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE0D9

Black with #EFE0D9

Text Example


Text Example

White with #EFE0D9

Text Example


Text Example

HTML Codes & Css Web 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>