#E1CD6F

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

Shades of Wild Rice #E1CD6F

Tints of Wild Rice #E1CD6F

Color information

#E1CD6F (or 0xE1CD6F) is unknown color: approx Wild Rice. HEX triplet: E1, CD and 6F. RGB value is (225,205,111). Sum of RGB (Red+Green+Blue) = 225+205+111=541 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.59% from 541); Green value is 205 (80.47% from 255 or 37.89% from 541); Blue value is 111 (43.75% from 255 or 20.52% from 541); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CD6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CD6F is #1E3290. Grayscale: #C8C8C8. Windows color (decimal): -1979025 or 7327201. OLE color: 7327201.

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

Color convert

RGB225205111-
CMYK00.090.510.12
HSL49.47º65.52%65.88%-
HSV(B)49.47º50.67%88.24%-
XYZ55.7560.8223.84-
YUV200.2677.63145.64-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.59%
GREEN value IS 205 (80.47% from 255) = 37.89%
BLUE value IS 111 (43.75% from 255) = 20.52%
R=41.59%
G=37.89%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520511100.090.510.1249.4765.5265.88
HexE1CD6F0933C314242
Octal341315157011631461102102
Binary1110000111001101110111101001110011110011000110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CD6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CD6F; }

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

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

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

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

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

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

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

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