#E1D76F

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

Shades of Wild Rice #E1D76F

Tints of Wild Rice #E1D76F

Color information

#E1D76F (or 0xE1D76F) is unknown color: approx Wild Rice. HEX triplet: E1, D7 and 6F. RGB value is (225,215,111). Sum of RGB (Red+Green+Blue) = 225+215+111=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 215 (84.38% from 255 or 39.02% from 551); Blue value is 111 (43.75% from 255 or 20.15% from 551); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D76F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D76F is #1E2890. Grayscale: #CECECE. Windows color (decimal): -1976465 or 7329761. OLE color: 7329761.

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

Color convert

RGB225215111-
CMYK00.040.510.12
HSL54.74º65.52%65.88%-
HSV(B)54.74º50.67%88.24%-
XYZ58.2265.7624.66-
YUV206.1374.31141.46-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.83%
GREEN value IS 215 (84.38% from 255) = 39.02%
BLUE value IS 111 (43.75% from 255) = 20.15%
R=40.83%
G=39.02%
B=20.15%

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
Decimal22521511100.040.510.1254.7465.5265.88
HexE1D76F0433C374242
Octal34132715704631467102102
Binary111000011101011111011110100110011110011011110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D76F; }

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

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

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

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

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

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

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

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