#E1D46A

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

Shades of Wild Rice #E1D46A

Tints of Wild Rice #E1D46A

Color information

#E1D46A (or 0xE1D46A) is unknown color: approx Wild Rice. HEX triplet: E1, D4 and 6A. RGB value is (225,212,106). Sum of RGB (Red+Green+Blue) = 225+212+106=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 212 (83.20% from 255 or 39.04% from 543); Blue value is 106 (41.80% from 255 or 19.52% from 543); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D46A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D46A is #1E2B95. Grayscale: #CCCCCC. Windows color (decimal): -1977238 or 7001313. OLE color: 7001313.

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

Color convert

RGB225212106-
CMYK00.060.530.12
HSL53.45º66.48%64.9%-
HSV(B)53.45º52.89%88.24%-
XYZ57.264.1423-
YUV203.872.81143.12-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.44%
GREEN value IS 212 (83.20% from 255) = 39.04%
BLUE value IS 106 (41.80% from 255) = 19.52%
R=41.44%
G=39.04%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521210600.060.530.1253.4566.4864.9
HexE1D46A0635C354241
Octal34132415206651465102101
Binary111000011101010011010100110110101110011010110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D46A; }

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

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

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

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

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

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

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

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