#E5D175

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

Shades of Wild Rice #E5D175

Tints of Wild Rice #E5D175

Color information

#E5D175 (or 0xE5D175) is unknown color: approx Wild Rice. HEX triplet: E5, D1 and 75. RGB value is (229,209,117). Sum of RGB (Red+Green+Blue) = 229+209+117=555 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.26% from 555); Green value is 209 (82.03% from 255 or 37.66% from 555); Blue value is 117 (46.09% from 255 or 21.08% from 555); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D175 is #1A2E8A. Grayscale: #CCCCCC. Windows color (decimal): -1715851 or 7721445. OLE color: 7721445.

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

Color convert

RGB229209117-
CMYK00.090.490.10
HSL49.29º68.29%67.84%-
HSV(B)49.29º48.91%89.8%-
XYZ58.3263.5426.02-
YUV204.4978.63145.48-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.26%
GREEN value IS 209 (82.03% from 255) = 37.66%
BLUE value IS 117 (46.09% from 255) = 21.08%
R=41.26%
G=37.66%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920911700.090.490.1049.2968.2967.84
HexE5D1750931A314444
Octal345321165011611261104104
Binary1110010111010001111010101001110001101011000110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D175; }

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

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

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

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

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

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

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

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