#E1D86F

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

Shades of Wild Rice #E1D86F

Tints of Wild Rice #E1D86F

Color information

#E1D86F (or 0xE1D86F) is unknown color: approx Wild Rice. HEX triplet: E1, D8 and 6F. RGB value is (225,216,111). Sum of RGB (Red+Green+Blue) = 225+216+111=552 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.76% from 552); Green value is 216 (84.77% from 255 or 39.13% from 552); Blue value is 111 (43.75% from 255 or 20.11% from 552); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D86F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D86F is #1E2790. Grayscale: #CFCFCF. Windows color (decimal): -1976209 or 7330017. OLE color: 7330017.

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

Color convert

RGB225216111-
CMYK00.040.510.12
HSL55.26º65.52%65.88%-
HSV(B)55.26º50.67%88.24%-
XYZ58.4866.2724.75-
YUV206.7273.98141.04-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.76%
GREEN value IS 216 (84.77% from 255) = 39.13%
BLUE value IS 111 (43.75% from 255) = 20.11%
R=40.76%
G=39.13%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521611100.040.510.1255.2665.5265.88
HexE1D86F0433C374242
Octal34133015704631467102102
Binary111000011101100011011110100110011110011011110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D86F; }

 p { color: rgb(225,216,111); }

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

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

 a { background-color: rgb(225,216,111); }

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

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

 span { border-color: rgb(225,216,111); }

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