#E1D97A

Color #E1D97A Wild Rice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Rice #E1D97A

Tints of Wild Rice #E1D97A

Color information

#E1D97A (or 0xE1D97A) is unknown color: approx Wild Rice. HEX triplet: E1, D9 and 7A. RGB value is (225,217,122). Sum of RGB (Red+Green+Blue) = 225+217+122=564 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.89% from 564); Green value is 217 (85.16% from 255 or 38.48% from 564); Blue value is 122 (48.05% from 255 or 21.63% from 564); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D97A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D97A is #1E2685. Grayscale: #D0D0D0. Windows color (decimal): -1975942 or 8051169. OLE color: 8051169.

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

Color convert

RGB225217122-
CMYK00.040.460.12
HSL55.34º63.19%68.04%-
HSV(B)55.34º45.78%88.24%-
XYZ59.3867.0428.22-
YUV208.5679.15139.72-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.89%
GREEN value IS 217 (85.16% from 255) = 38.48%
BLUE value IS 122 (48.05% from 255) = 21.63%
R=39.89%
G=38.48%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521712200.040.460.1255.3463.1968.04
HexE1D97A042EC373f44
Octal3413311720456146777104
Binary11100001110110011111010010010111011001101111111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D97A; }

 p { color: rgb(225,217,122); }

 H1.HeaderClassName
 {
   color: #E1D97A;
 }
 .AnyTagClassName
 {
   color: #E1D97A;
 }
</style>
background-color css

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

 a { background-color: rgb(225,217,122); }

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

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

 span { border-color: rgb(225,217,122); }

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