Html Css Color HEX #E0D5BF Wheatfield

📋 copy color: '#E0D5BF'

red 224 ◦ green 213 ◦ blue 191

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

Shades of Wheatfield #E0D5BF

Tints of Wheatfield #E0D5BF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.92%

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

R = 35.67%
G = 33.92%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E0D5BF (or 0xE0D5BF) is known color: Wheatfield. HEX triplet: E0, D5 and BF. RGB value is (224,213,191). Sum of RGB (Red+Green+Blue) = 224+213+191=628 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.67% from 628); Green value is 213 (83.59% from 255 or 33.92% from 628); Blue value is 191 (75% from 255 or 30.41% from 628); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D5BF is #1F2A40. Grayscale: #D5D5D5. Windows color (decimal): -2042433 or 12572128. OLE color: 12572128.

HSL color Cylindrical-coordinate representation of color #E0D5BF: hue angle of 40º 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 #E0D5BF is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 213 191 -
CMYK 0 0.05 0.15 0.12
HSL 40º 0.35% 0.81% -
HSV(B) 40º 0.15% 0.88% -
XYZ 63.94 67.2 58.89 -
YUV 213.78 115.14 135.29 -
System Red Green Blue C M Y K H S L
Decimal 224 213 191 0 0.05 0.15 0.12 40 0.35 0.81
Hex E0 D5 BF 0 5 F C 28 23 51
Octal 340 325 277 0 5 17 14 50 43 121
Binary 11100000 11010101 10111111 0 101 1111 1100 101000 100011 1010001

Color Harmonies of #E0D5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D5BF

Black with #E0D5BF

Text Example


Text Example

White with #E0D5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D5BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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