#E5D173

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

Shades of Wild Rice #E5D173

Tints of Wild Rice #E5D173

Color information

#E5D173 (or 0xE5D173) is unknown color: approx Wild Rice. HEX triplet: E5, D1 and 73. RGB value is (229,209,115). Sum of RGB (Red+Green+Blue) = 229+209+115=553 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.41% from 553); Green value is 209 (82.03% from 255 or 37.79% from 553); Blue value is 115 (45.31% from 255 or 20.80% from 553); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D173 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D173 is #1A2E8C. Grayscale: #CCCCCC. Windows color (decimal): -1715853 or 7590373. OLE color: 7590373.

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

Color convert

RGB229209115-
CMYK00.090.500.10
HSL49.47º68.67%67.45%-
HSV(B)49.47º49.78%89.8%-
XYZ58.2163.525.41-
YUV204.2677.63145.64-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.41%
GREEN value IS 209 (82.03% from 255) = 37.79%
BLUE value IS 115 (45.31% from 255) = 20.80%
R=41.41%
G=37.79%
B=20.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.50
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920911500.090.500.1049.4768.6767.45
HexE5D1730932A314543
Octal345321163011621261105103
Binary1110010111010001111001101001110010101011000110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D173; }

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

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

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

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

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

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

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

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