#E1D06E

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

Shades of Wild Rice #E1D06E

Tints of Wild Rice #E1D06E

Color information

#E1D06E (or 0xE1D06E) is unknown color: approx Wild Rice. HEX triplet: E1, D0 and 6E. RGB value is (225,208,110). Sum of RGB (Red+Green+Blue) = 225+208+110=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 208 (81.64% from 255 or 38.31% from 543); Blue value is 110 (43.36% from 255 or 20.26% from 543); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D06E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D06E is #1E2F91. Grayscale: #CACACA. Windows color (decimal): -1978258 or 7262433. OLE color: 7262433.

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

Color convert

RGB225208110-
CMYK00.080.510.12
HSL51.13º65.71%65.69%-
HSV(B)51.13º51.11%88.24%-
XYZ56.4262.2523.79-
YUV201.9176.13144.47-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.44%
GREEN value IS 208 (81.64% from 255) = 38.31%
BLUE value IS 110 (43.36% from 255) = 20.26%
R=41.44%
G=38.31%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520811000.080.510.1251.1365.7165.69
HexE1D06E0833C334242
Octal341320156010631463102102
Binary1110000111010000110111001000110011110011001110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D06E; }

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

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

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

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

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

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

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

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