Html Css Color HEX #E1D7BF Wheatfield

📋 copy color: '#E1D7BF'

red 225 ◦ green 215 ◦ blue 191

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

Shades of Wheatfield #E1D7BF

Tints of Wheatfield #E1D7BF

RGB

 RED value IS 225 (88.28% from 255) = 35.66%

 GREEN value IS 215 (84.38% from 255) = 34.07%

 BLUE value IS 191 (75% from 255) = 30.27%

R = 35.66%
G = 34.07%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E1D7BF (or 0xE1D7BF) is known color: Wheatfield. HEX triplet: E1, D7 and BF. RGB value is (225,215,191). Sum of RGB (Red+Green+Blue) = 225+215+191=631 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.66% from 631); Green value is 215 (84.38% from 255 or 34.07% from 631); Blue value is 191 (75% from 255 or 30.27% from 631); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D7BF is #1E2840. Grayscale: #D7D7D7. Windows color (decimal): -1976385 or 12572641. OLE color: 12572641.

HSL color Cylindrical-coordinate representation of color #E1D7BF: hue angle of 42.35º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E1D7BF is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 215 191 -
CMYK 0 0.04 0.15 0.12
HSL 42.35º 0.36% 0.82% -
HSV(B) 42.35º 0.15% 0.88% -
XYZ 64.76 68.37 59.07 -
YUV 215.25 114.31 134.95 -
System Red Green Blue C M Y K H S L
Decimal 225 215 191 0 0.04 0.15 0.12 42.35 0.36 0.82
Hex E1 D7 BF 0 4 F C 2A 24 52
Octal 341 327 277 0 4 17 14 52 44 122
Binary 11100001 11010111 10111111 0 100 1111 1100 101010 100100 1010010

Color Harmonies of #E1D7BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D7BF

Black with #E1D7BF

Text Example


Text Example

White with #E1D7BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D7BF; }

 p { color: rgb(225,215,191); }

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

background-color css

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

 a { background-color: rgb(225,215,191); }

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

border-color css

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

 span { border-color: rgb(225,215,191); }

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