Html Css Color HEX #EFE5D9 Pampas

📋 copy color: '#EFE5D9'

red 239 ◦ green 229 ◦ blue 217

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

Shades of Pampas #EFE5D9

Tints of Pampas #EFE5D9

RGB

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

 GREEN value IS 229 (89.84% from 255) = 33.43%

 BLUE value IS 217 (85.16% from 255) = 31.68%

R = 34.89%
G = 33.43%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EFE5D9 (or 0xEFE5D9) is known color: Pampas. HEX triplet: EF, E5 and D9. RGB value is (239,229,217). Sum of RGB (Red+Green+Blue) = 239+229+217=685 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.89% from 685); Green value is 229 (89.84% from 255 or 33.43% from 685); Blue value is 217 (85.16% from 255 or 31.68% from 685); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE5D9 is #101A26. Grayscale: #E6E6E6. Windows color (decimal): -1055271 or 14280175. OLE color: 14280175.

HSL color Cylindrical-coordinate representation of color #EFE5D9: hue angle of 32.73º 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 #EFE5D9 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 229 217 -
CMYK 0 0.04 0.09 0.06
HSL 32.73º 0.41% 0.89% -
HSV(B) 32.73º 0.09% 0.94% -
XYZ 76.14 79.4 76.96 -
YUV 230.62 120.31 133.98 -
System Red Green Blue C M Y K H S L
Decimal 239 229 217 0 0.04 0.09 0.06 32.73 0.41 0.89
Hex EF E5 D9 0 4 9 6 21 29 59
Octal 357 345 331 0 4 11 6 41 51 131
Binary 11101111 11100101 11011001 0 100 1001 110 100001 101001 1011001

Color Harmonies of #EFE5D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE5D9

Black with #EFE5D9

Text Example


Text Example

White with #EFE5D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE5D9; }

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

 H1.HeaderClassName
 {
   color: #EFE5D9;
 }
 .AnyTagClassName
 {
   color: #EFE5D9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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