#E1D87E

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

Shades of Wild Rice #E1D87E

Tints of Wild Rice #E1D87E

Color information

#E1D87E (or 0xE1D87E) is unknown color: approx Wild Rice. HEX triplet: E1, D8 and 7E. RGB value is (225,216,126). Sum of RGB (Red+Green+Blue) = 225+216+126=567 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.68% from 567); Green value is 216 (84.77% from 255 or 38.10% from 567); Blue value is 126 (49.61% from 255 or 22.22% from 567); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D87E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D87E is #1E2781. Grayscale: #D0D0D0. Windows color (decimal): -1976194 or 8313057. OLE color: 8313057.

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

Color convert

RGB225216126-
CMYK00.040.440.12
HSL54.55º62.26%68.82%-
HSV(B)54.55º44%88.24%-
XYZ59.3766.6329.47-
YUV208.4381.48139.82-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.68%
GREEN value IS 216 (84.77% from 255) = 38.10%
BLUE value IS 126 (49.61% from 255) = 22.22%
R=39.68%
G=38.10%
B=22.22%

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
Decimal22521612600.040.440.1254.5562.2668.82
HexE1D87E042CC373e45
Octal3413301760454146776105
Binary11100001110110001111110010010110011001101111111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D87E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D87E; }

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

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

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

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

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

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

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

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