#E1D86E

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

Shades of Wild Rice #E1D86E

Tints of Wild Rice #E1D86E

Color information

#E1D86E (or 0xE1D86E) is unknown color: approx Wild Rice. HEX triplet: E1, D8 and 6E. RGB value is (225,216,110). Sum of RGB (Red+Green+Blue) = 225+216+110=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 216 (84.77% from 255 or 39.20% from 551); Blue value is 110 (43.36% from 255 or 19.96% from 551); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D86E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D86E is #1E2791. Grayscale: #CFCFCF. Windows color (decimal): -1976210 or 7264481. OLE color: 7264481.

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

Color convert

RGB225216110-
CMYK00.040.510.12
HSL55.3º65.71%65.69%-
HSV(B)55.3º51.11%88.24%-
XYZ58.4266.2524.46-
YUV206.6173.48141.12-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.83%
GREEN value IS 216 (84.77% from 255) = 39.20%
BLUE value IS 110 (43.36% from 255) = 19.96%
R=40.83%
G=39.20%
B=19.96%

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
Decimal22521611000.040.510.1255.365.7165.69
HexE1D86E0433C374242
Octal34133015604631467102102
Binary111000011101100011011100100110011110011011110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D86E; }

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

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

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

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

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

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

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

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