Html Css Color HEX #E1D7C1 Wheatfield

📋 copy color: '#E1D7C1'

red 225 ◦ green 215 ◦ blue 193

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

Shades of Wheatfield #E1D7C1

Tints of Wheatfield #E1D7C1

RGB

 RED value IS 225 (88.28% from 255) = 35.55%

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

 BLUE value IS 193 (75.78% from 255) = 30.49%

R = 35.55%
G = 33.97%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#E1D7C1 (or 0xE1D7C1) is known color: Wheatfield. HEX triplet: E1, D7 and C1. RGB value is (225,215,193). Sum of RGB (Red+Green+Blue) = 225+215+193=633 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.55% from 633); Green value is 215 (84.38% from 255 or 33.97% from 633); Blue value is 193 (75.78% from 255 or 30.49% from 633); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D7C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D7C1 is #1E283E. Grayscale: #D7D7D7. Windows color (decimal): -1976383 or 12703713. OLE color: 12703713.

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

Color convert

RGB 225 215 193 -
CMYK 0 0.04 0.14 0.12
HSL 41.25º 0.35% 0.82% -
HSV(B) 41.25º 0.14% 0.88% -
XYZ 64.98 68.46 60.24 -
YUV 215.48 115.31 134.79 -
System Red Green Blue C M Y K H S L
Decimal 225 215 193 0 0.04 0.14 0.12 41.25 0.35 0.82
Hex E1 D7 C1 0 4 E C 29 23 52
Octal 341 327 301 0 4 16 14 51 43 122
Binary 11100001 11010111 11000001 0 100 1110 1100 101001 100011 1010010

Color Harmonies of #E1D7C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D7C1

Black with #E1D7C1

Text Example


Text Example

White with #E1D7C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D7C1; }

 p { color: rgb(225,215,193); }

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

background-color css

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

 a { background-color: rgb(225,215,193); }

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

border-color css

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

 span { border-color: rgb(225,215,193); }

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