#E1D76E

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

Shades of Wild Rice #E1D76E

Tints of Wild Rice #E1D76E

Color information

#E1D76E (or 0xE1D76E) is unknown color: approx Wild Rice. HEX triplet: E1, D7 and 6E. RGB value is (225,215,110). Sum of RGB (Red+Green+Blue) = 225+215+110=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 215 (84.38% from 255 or 39.09% from 550); Blue value is 110 (43.36% from 255 or 20% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D76E is #1E2891. Grayscale: #CECECE. Windows color (decimal): -1976466 or 7264225. OLE color: 7264225.

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

Color convert

RGB225215110-
CMYK00.040.510.12
HSL54.78º65.71%65.69%-
HSV(B)54.78º51.11%88.24%-
XYZ58.1765.7324.37-
YUV206.0273.81141.54-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.91%
GREEN value IS 215 (84.38% from 255) = 39.09%
BLUE value IS 110 (43.36% from 255) = 20%
R=40.91%
G=39.09%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521511000.040.510.1254.7865.7165.69
HexE1D76E0433C374242
Octal34132715604631467102102
Binary111000011101011111011100100110011110011011110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D76E; }

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

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

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

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

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

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

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

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