#E1D77E

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

Shades of Wild Rice #E1D77E

Tints of Wild Rice #E1D77E

Color information

#E1D77E (or 0xE1D77E) is unknown color: approx Wild Rice. HEX triplet: E1, D7 and 7E. RGB value is (225,215,126). Sum of RGB (Red+Green+Blue) = 225+215+126=566 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.75% from 566); Green value is 215 (84.38% from 255 or 37.99% from 566); Blue value is 126 (49.61% from 255 or 22.26% from 566); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D77E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D77E is #1E2881. Grayscale: #D0D0D0. Windows color (decimal): -1976450 or 8312801. OLE color: 8312801.

HSL color Cylindrical-coordinate representation of color #E1D77E: hue angle of 53.94º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E1D77E is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB225215126-
CMYK00.040.440.12
HSL53.94º62.26%68.82%-
HSV(B)53.94º44%88.24%-
XYZ59.1266.1129.38-
YUV207.8481.81140.24-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.75%
GREEN value IS 215 (84.38% from 255) = 37.99%
BLUE value IS 126 (49.61% from 255) = 22.26%
R=39.75%
G=37.99%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521512600.040.440.1253.9462.2668.82
HexE1D77E042CC363e45
Octal3413271760454146676105
Binary11100001110101111111110010010110011001101101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D77E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D77E; }

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

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

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

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

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

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

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

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