#E1D16E

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

Shades of Wild Rice #E1D16E

Tints of Wild Rice #E1D16E

Color information

#E1D16E (or 0xE1D16E) is unknown color: approx Wild Rice. HEX triplet: E1, D1 and 6E. RGB value is (225,209,110). Sum of RGB (Red+Green+Blue) = 225+209+110=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 209 (82.03% from 255 or 38.42% from 544); Blue value is 110 (43.36% from 255 or 20.22% from 544); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D16E is #1E2E91. Grayscale: #CACACA. Windows color (decimal): -1978002 or 7262689. OLE color: 7262689.

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

Color convert

RGB225209110-
CMYK00.070.510.12
HSL51.65º65.71%65.69%-
HSV(B)51.65º51.11%88.24%-
XYZ56.6762.7323.87-
YUV202.575.8144.05-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.36%
GREEN value IS 209 (82.03% from 255) = 38.42%
BLUE value IS 110 (43.36% from 255) = 20.22%
R=41.36%
G=38.42%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520911000.070.510.1251.6565.7165.69
HexE1D16E0733C344242
Octal34132115607631464102102
Binary111000011101000111011100111110011110011010010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D16E; }

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

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

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

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

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

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

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

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