#E1D36E

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

Shades of Wild Rice #E1D36E

Tints of Wild Rice #E1D36E

Color information

#E1D36E (or 0xE1D36E) is unknown color: approx Wild Rice. HEX triplet: E1, D3 and 6E. RGB value is (225,211,110). Sum of RGB (Red+Green+Blue) = 225+211+110=546 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.21% from 546); Green value is 211 (82.81% from 255 or 38.64% from 546); Blue value is 110 (43.36% from 255 or 20.15% from 546); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D36E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D36E is #1E2C91. Grayscale: #CCCCCC. Windows color (decimal): -1977490 or 7263201. OLE color: 7263201.

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

Color convert

RGB225211110-
CMYK00.060.510.12
HSL52.7º65.71%65.69%-
HSV(B)52.7º51.11%88.24%-
XYZ57.1663.7224.04-
YUV203.6775.14143.21-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.21%
GREEN value IS 211 (82.81% from 255) = 38.64%
BLUE value IS 110 (43.36% from 255) = 20.15%
R=41.21%
G=38.64%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521111000.060.510.1252.765.7165.69
HexE1D36E0633C354242
Octal34132315606631465102102
Binary111000011101001111011100110110011110011010110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D36E; }

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

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

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

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

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

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

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

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