Html Css Color HEX #E0D7BF Wheatfield

📋 copy color: '#E0D7BF'

red 224 ◦ green 215 ◦ blue 191

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

Shades of Wheatfield #E0D7BF

Tints of Wheatfield #E0D7BF

RGB

 RED value IS 224 (87.89% from 255) = 35.56%

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

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

R = 35.56%
G = 34.13%
B = 30.32%

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

#E0D7BF (or 0xE0D7BF) is known color: Wheatfield. HEX triplet: E0, D7 and BF. RGB value is (224,215,191). Sum of RGB (Red+Green+Blue) = 224+215+191=630 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.56% from 630); Green value is 215 (84.38% from 255 or 34.13% from 630); Blue value is 191 (75% from 255 or 30.32% from 630); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D7BF is #1F2840. Grayscale: #D7D7D7. Windows color (decimal): -2041921 or 12572640. OLE color: 12572640.

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

Color convert

RGB 224 215 191 -
CMYK 0 0.04 0.15 0.12
HSL 43.64º 0.35% 0.81% -
HSV(B) 43.64º 0.15% 0.88% -
XYZ 64.44 68.21 59.06 -
YUV 214.96 114.48 134.45 -
System Red Green Blue C M Y K H S L
Decimal 224 215 191 0 0.04 0.15 0.12 43.64 0.35 0.81
Hex E0 D7 BF 0 4 F C 2C 23 51
Octal 340 327 277 0 4 17 14 54 43 121
Binary 11100000 11010111 10111111 0 100 1111 1100 101100 100011 1010001

Color Harmonies of #E0D7BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D7BF

Black with #E0D7BF

Text Example


Text Example

White with #E0D7BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D7BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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