#E1D86D

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

Shades of Wild Rice #E1D86D

Tints of Wild Rice #E1D86D

Color information

#E1D86D (or 0xE1D86D) is unknown color: approx Wild Rice. HEX triplet: E1, D8 and 6D. RGB value is (225,216,109). Sum of RGB (Red+Green+Blue) = 225+216+109=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 216 (84.77% from 255 or 39.27% from 550); Blue value is 109 (42.97% from 255 or 19.82% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D86D is #1E2792. Grayscale: #CECECE. Windows color (decimal): -1976211 or 7198945. OLE color: 7198945.

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

Color convert

RGB225216109-
CMYK00.040.520.12
HSL55.34º65.91%65.49%-
HSV(B)55.34º51.56%88.24%-
XYZ58.3766.2224.17-
YUV206.4972.98141.2-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.91%
GREEN value IS 216 (84.77% from 255) = 39.27%
BLUE value IS 109 (42.97% from 255) = 19.82%
R=40.91%
G=39.27%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521610900.040.520.1255.3465.9165.49
HexE1D86D0434C374241
Octal34133015504641467102101
Binary111000011101100011011010100110100110011011110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D86D; }

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

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

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

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

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

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

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

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