Html Css Color HEX #E2D8BC Wheatfield

📋 copy color: '#E2D8BC'

red 226 ◦ green 216 ◦ blue 188

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

Shades of Wheatfield #E2D8BC

Tints of Wheatfield #E2D8BC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 34.29%

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

R = 35.87%
G = 34.29%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E2D8BC (or 0xE2D8BC) is known color: Wheatfield. HEX triplet: E2, D8 and BC. RGB value is (226,216,188). Sum of RGB (Red+Green+Blue) = 226+216+188=630 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.87% from 630); Green value is 216 (84.77% from 255 or 34.29% from 630); Blue value is 188 (73.83% from 255 or 29.84% from 630); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D8BC is #1D2743. Grayscale: #D7D7D7. Windows color (decimal): -1910596 or 12376290. OLE color: 12376290.

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

Color convert

RGB 226 216 188 -
CMYK 0 0.04 0.17 0.11
HSL 44.21º 0.4% 0.81% -
HSV(B) 44.21º 0.17% 0.89% -
XYZ 65 68.91 57.45 -
YUV 215.8 112.31 135.28 -
System Red Green Blue C M Y K H S L
Decimal 226 216 188 0 0.04 0.17 0.11 44.21 0.4 0.81
Hex E2 D8 BC 0 4 11 B 2C 28 51
Octal 342 330 274 0 4 21 13 54 50 121
Binary 11100010 11011000 10111100 0 100 10001 1011 101100 101000 1010001

Color Harmonies of #E2D8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D8BC

Black with #E2D8BC

Text Example


Text Example

White with #E2D8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D8BC; }

 p { color: rgb(226,216,188); }

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

background-color css

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

 a { background-color: rgb(226,216,188); }

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

border-color css

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

 span { border-color: rgb(226,216,188); }

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