Html Css Color HEX #EFE0DA Pot Pourri

📋 copy color: '#EFE0DA'

red 239 ◦ green 224 ◦ blue 218

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

Shades of Pot Pourri #EFE0DA

Tints of Pot Pourri #EFE0DA

RGB

 RED value IS 239 (93.75% from 255) = 35.1%

 GREEN value IS 224 (87.89% from 255) = 32.89%

 BLUE value IS 218 (85.55% from 255) = 32.01%

R = 35.1%
G = 32.89%
B = 32.01%

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

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

RGB 239 224 218 -
CMYK 0 0.06 0.09 0.06
HSL 17.14º 0.4% 0.9% -
HSV(B) 17.14º 0.09% 0.94% -
XYZ 74.91 76.72 77.19 -
YUV 227.8 122.47 135.99 -
System Red Green Blue C M Y K H S L
Decimal 239 224 218 0 0.06 0.09 0.06 17.14 0.4 0.9
Hex EF E0 DA 0 6 9 6 11 28 5A
Octal 357 340 332 0 6 11 6 21 50 132
Binary 11101111 11100000 11011010 0 110 1001 110 10001 101000 1011010

Color Harmonies of #EFE0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE0DA

Black with #EFE0DA

Text Example


Text Example

White with #EFE0DA

Text Example


Text Example

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