#E1D66F

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

Shades of Wild Rice #E1D66F

Tints of Wild Rice #E1D66F

Color information

#E1D66F (or 0xE1D66F) is unknown color: approx Wild Rice. HEX triplet: E1, D6 and 6F. RGB value is (225,214,111). Sum of RGB (Red+Green+Blue) = 225+214+111=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 214 (83.98% from 255 or 38.91% from 550); Blue value is 111 (43.75% from 255 or 20.18% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D66F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D66F is #1E2990. Grayscale: #CDCDCD. Windows color (decimal): -1976721 or 7329505. OLE color: 7329505.

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

Color convert

RGB225214111-
CMYK00.050.510.12
HSL54.21º65.52%65.88%-
HSV(B)54.21º50.67%88.24%-
XYZ57.9765.2524.58-
YUV205.5574.64141.88-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.91%
GREEN value IS 214 (83.98% from 255) = 38.91%
BLUE value IS 111 (43.75% from 255) = 20.18%
R=40.91%
G=38.91%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521411100.050.510.1254.2165.5265.88
HexE1D66F0533C364242
Octal34132615705631466102102
Binary111000011101011011011110101110011110011011010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D66F; }

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

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

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

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

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

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

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

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