Html Css Color HEX #E2D7BE Wheatfield

📋 copy color: '#E2D7BE'

red 226 ◦ green 215 ◦ blue 190

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

Shades of Wheatfield #E2D7BE

Tints of Wheatfield #E2D7BE

RGB

 RED value IS 226 (88.67% from 255) = 35.82%

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

 BLUE value IS 190 (74.61% from 255) = 30.11%

R = 35.82%
G = 34.07%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E2D7BE (or 0xE2D7BE) is known color: Wheatfield. HEX triplet: E2, D7 and BE. RGB value is (226,215,190). Sum of RGB (Red+Green+Blue) = 226+215+190=631 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.82% from 631); Green value is 215 (84.38% from 255 or 34.07% from 631); Blue value is 190 (74.61% from 255 or 30.11% from 631); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D7BE is #1D2841. Grayscale: #D7D7D7. Windows color (decimal): -1910850 or 12507106. OLE color: 12507106.

HSL color Cylindrical-coordinate representation of color #E2D7BE: hue angle of 41.67º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E2D7BE is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 215 190 -
CMYK 0 0.05 0.16 0.11
HSL 41.67º 0.38% 0.82% -
HSV(B) 41.67º 0.16% 0.89% -
XYZ 64.96 68.49 58.51 -
YUV 215.44 113.64 135.53 -
System Red Green Blue C M Y K H S L
Decimal 226 215 190 0 0.05 0.16 0.11 41.67 0.38 0.82
Hex E2 D7 BE 0 5 10 B 2A 26 52
Octal 342 327 276 0 5 20 13 52 46 122
Binary 11100010 11010111 10111110 0 101 10000 1011 101010 100110 1010010

Color Harmonies of #E2D7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D7BE

Black with #E2D7BE

Text Example


Text Example

White with #E2D7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D7BE; }

 p { color: rgb(226,215,190); }

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

background-color css

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

 a { background-color: rgb(226,215,190); }

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

border-color css

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

 span { border-color: rgb(226,215,190); }

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