Html Css Color HEX #E0D7BA Wheatfield

📋 copy color: '#E0D7BA'

red 224 ◦ green 215 ◦ blue 186

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

Shades of Wheatfield #E0D7BA

Tints of Wheatfield #E0D7BA

RGB

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

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

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

R = 35.84%
G = 34.4%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E0D7BA (or 0xE0D7BA) is known color: Wheatfield. HEX triplet: E0, D7 and BA. RGB value is (224,215,186). Sum of RGB (Red+Green+Blue) = 224+215+186=625 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.84% from 625); Green value is 215 (84.38% from 255 or 34.4% from 625); Blue value is 186 (73.05% from 255 or 29.76% from 625); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D7BA is #1F2845. Grayscale: #D6D6D6. Windows color (decimal): -2041926 or 12244960. OLE color: 12244960.

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

Color convert

RGB 224 215 186 -
CMYK 0 0.04 0.17 0.12
HSL 45.79º 0.38% 0.8% -
HSV(B) 45.79º 0.17% 0.88% -
XYZ 63.9 67.99 56.21 -
YUV 214.39 111.98 134.86 -
System Red Green Blue C M Y K H S L
Decimal 224 215 186 0 0.04 0.17 0.12 45.79 0.38 0.8
Hex E0 D7 BA 0 4 11 C 2E 26 50
Octal 340 327 272 0 4 21 14 56 46 120
Binary 11100000 11010111 10111010 0 100 10001 1100 101110 100110 1010000

Color Harmonies of #E0D7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D7BA

Black with #E0D7BA

Text Example


Text Example

White with #E0D7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D7BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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