#E1D46D

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

Shades of Wild Rice #E1D46D

Tints of Wild Rice #E1D46D

Color information

#E1D46D (or 0xE1D46D) is unknown color: approx Wild Rice. HEX triplet: E1, D4 and 6D. RGB value is (225,212,109). Sum of RGB (Red+Green+Blue) = 225+212+109=546 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.21% from 546); Green value is 212 (83.20% from 255 or 38.83% from 546); Blue value is 109 (42.97% from 255 or 19.96% from 546); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D46D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D46D is #1E2B92. Grayscale: #CCCCCC. Windows color (decimal): -1977235 or 7197921. OLE color: 7197921.

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

Color convert

RGB225212109-
CMYK00.060.520.12
HSL53.28º65.91%65.49%-
HSV(B)53.28º51.56%88.24%-
XYZ57.3664.223.84-
YUV204.1474.31142.88-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.21%
GREEN value IS 212 (83.20% from 255) = 38.83%
BLUE value IS 109 (42.97% from 255) = 19.96%
R=41.21%
G=38.83%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521210900.060.520.1253.2865.9165.49
HexE1D46D0634C354241
Octal34132415506641465102101
Binary111000011101010011011010110110100110011010110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D46D; }

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

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

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

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

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

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

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

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