Html Css Color HEX #E2D7BA Wheatfield

📋 copy color: '#E2D7BA'

red 226 ◦ green 215 ◦ blue 186

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

Shades of Wheatfield #E2D7BA

Tints of Wheatfield #E2D7BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 29.67%

R = 36.04%
G = 34.29%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E2D7BA (or 0xE2D7BA) is known color: Wheatfield. HEX triplet: E2, D7 and BA. RGB value is (226,215,186). Sum of RGB (Red+Green+Blue) = 226+215+186=627 (83% of max value = 765). Red value is 226 (88.67% from 255 or 36.04% from 627); Green value is 215 (84.38% from 255 or 34.29% from 627); Blue value is 186 (73.05% from 255 or 29.67% from 627); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D7BA is #1D2845. Grayscale: #D7D7D7. Windows color (decimal): -1910854 or 12244962. OLE color: 12244962.

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

Color convert

RGB 226 215 186 -
CMYK 0 0.05 0.18 0.11
HSL 43.5º 0.41% 0.81% -
HSV(B) 43.5º 0.18% 0.89% -
XYZ 64.53 68.31 56.24 -
YUV 214.98 111.64 135.86 -
System Red Green Blue C M Y K H S L
Decimal 226 215 186 0 0.05 0.18 0.11 43.5 0.41 0.81
Hex E2 D7 BA 0 5 12 B 2C 29 51
Octal 342 327 272 0 5 22 13 54 51 121
Binary 11100010 11010111 10111010 0 101 10010 1011 101100 101001 1010001

Color Harmonies of #E2D7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D7BA

Black with #E2D7BA

Text Example


Text Example

White with #E2D7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D7BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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