#E1D16C

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

Shades of Wild Rice #E1D16C

Tints of Wild Rice #E1D16C

Color information

#E1D16C (or 0xE1D16C) is unknown color: approx Wild Rice. HEX triplet: E1, D1 and 6C. RGB value is (225,209,108). Sum of RGB (Red+Green+Blue) = 225+209+108=542 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.51% from 542); Green value is 209 (82.03% from 255 or 38.56% from 542); Blue value is 108 (42.58% from 255 or 19.93% from 542); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D16C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D16C is #1E2E93. Grayscale: #CACACA. Windows color (decimal): -1978004 or 7131617. OLE color: 7131617.

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

Color convert

RGB225209108-
CMYK00.070.520.12
HSL51.79º66.1%65.29%-
HSV(B)51.79º52%88.24%-
XYZ56.5662.6923.31-
YUV202.2774.8144.21-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.51%
GREEN value IS 209 (82.03% from 255) = 38.56%
BLUE value IS 108 (42.58% from 255) = 19.93%
R=41.51%
G=38.56%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520910800.070.520.1251.7966.165.29
HexE1D16C0734C344241
Octal34132115407641464102101
Binary111000011101000111011000111110100110011010010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D16C; }

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

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

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

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

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

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

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

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