#E1D16A

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

Shades of Wild Rice #E1D16A

Tints of Wild Rice #E1D16A

Color information

#E1D16A (or 0xE1D16A) is unknown color: approx Wild Rice. HEX triplet: E1, D1 and 6A. RGB value is (225,209,106). Sum of RGB (Red+Green+Blue) = 225+209+106=540 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.67% from 540); Green value is 209 (82.03% from 255 or 38.70% from 540); Blue value is 106 (41.80% from 255 or 19.63% from 540); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D16A is #1E2E95. Grayscale: #CACACA. Windows color (decimal): -1978006 or 7000545. OLE color: 7000545.

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

Color convert

RGB225209106-
CMYK00.070.530.12
HSL51.93º66.48%64.9%-
HSV(B)51.93º52.89%88.24%-
XYZ56.4562.6522.75-
YUV202.0473.8144.38-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.67%
GREEN value IS 209 (82.03% from 255) = 38.70%
BLUE value IS 106 (41.80% from 255) = 19.63%
R=41.67%
G=38.70%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520910600.070.530.1251.9366.4864.9
HexE1D16A0735C344241
Octal34132115207651464102101
Binary111000011101000111010100111110101110011010010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D16A; }

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

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

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

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

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

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

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

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