#E5D16F

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

Shades of Wild Rice #E5D16F

Tints of Wild Rice #E5D16F

Color information

#E5D16F (or 0xE5D16F) is unknown color: approx Wild Rice. HEX triplet: E5, D1 and 6F. RGB value is (229,209,111). Sum of RGB (Red+Green+Blue) = 229+209+111=549 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.71% from 549); Green value is 209 (82.03% from 255 or 38.07% from 549); Blue value is 111 (43.75% from 255 or 20.22% from 549); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D16F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D16F is #1A2E90. Grayscale: #CCCCCC. Windows color (decimal): -1715857 or 7328229. OLE color: 7328229.

HSL color Cylindrical-coordinate representation of color #E5D16F: hue angle of 49.83º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E5D16F is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB229209111-
CMYK00.090.520.10
HSL49.83º69.41%66.67%-
HSV(B)49.83º51.53%89.8%-
XYZ57.9863.4124.22-
YUV203.8175.63145.97-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.71%
GREEN value IS 209 (82.03% from 255) = 38.07%
BLUE value IS 111 (43.75% from 255) = 20.22%
R=41.71%
G=38.07%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920911100.090.520.1049.8369.4166.67
HexE5D16F0934A324543
Octal345321157011641262105103
Binary1110010111010001110111101001110100101011001010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D16F; }

 p { color: rgb(229,209,111); }

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

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

 a { background-color: rgb(229,209,111); }

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

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

 span { border-color: rgb(229,209,111); }

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