Html Css Color HEX #E1D7BC Wheatfield

📋 copy color: '#E1D7BC'

red 225 ◦ green 215 ◦ blue 188

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

Shades of Wheatfield #E1D7BC

Tints of Wheatfield #E1D7BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 29.94%

R = 35.83%
G = 34.24%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E1D7BC (or 0xE1D7BC) is known color: Wheatfield. HEX triplet: E1, D7 and BC. RGB value is (225,215,188). Sum of RGB (Red+Green+Blue) = 225+215+188=628 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.83% from 628); Green value is 215 (84.38% from 255 or 34.24% from 628); Blue value is 188 (73.83% from 255 or 29.94% from 628); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D7BC is #1E2843. Grayscale: #D7D7D7. Windows color (decimal): -1976388 or 12376033. OLE color: 12376033.

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

Color convert

RGB 225 215 188 -
CMYK 0 0.04 0.16 0.12
HSL 43.78º 0.38% 0.81% -
HSV(B) 43.78º 0.16% 0.88% -
XYZ 64.43 68.24 57.35 -
YUV 214.91 112.81 135.2 -
System Red Green Blue C M Y K H S L
Decimal 225 215 188 0 0.04 0.16 0.12 43.78 0.38 0.81
Hex E1 D7 BC 0 4 10 C 2C 26 51
Octal 341 327 274 0 4 20 14 54 46 121
Binary 11100001 11010111 10111100 0 100 10000 1100 101100 100110 1010001

Color Harmonies of #E1D7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D7BC

Black with #E1D7BC

Text Example


Text Example

White with #E1D7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D7BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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