Html Css Color HEX #EFE0D8 Pot Pourri

📋 copy color: '#EFE0D8'

red 239 ◦ green 224 ◦ blue 216

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

Shades of Pot Pourri #EFE0D8

Tints of Pot Pourri #EFE0D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 31.81%

R = 35.2%
G = 32.99%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

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

RGB 239 224 216 -
CMYK 0 0.06 0.10 0.06
HSL 20.87º 0.42% 0.89% -
HSV(B) 20.87º 0.1% 0.94% -
XYZ 74.65 76.62 75.82 -
YUV 227.57 121.47 136.15 -
System Red Green Blue C M Y K H S L
Decimal 239 224 216 0 0.06 0.10 0.06 20.87 0.42 0.89
Hex EF E0 D8 0 6 A 6 15 2A 59
Octal 357 340 330 0 6 12 6 25 52 131
Binary 11101111 11100000 11011000 0 110 1010 110 10101 101010 1011001

Color Harmonies of #EFE0D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE0D8

Black with #EFE0D8

Text Example


Text Example

White with #EFE0D8

Text Example


Text Example

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