#E5D373

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

Shades of Wild Rice #E5D373

Tints of Wild Rice #E5D373

Color information

#E5D373 (or 0xE5D373) is unknown color: approx Wild Rice. HEX triplet: E5, D3 and 73. RGB value is (229,211,115). Sum of RGB (Red+Green+Blue) = 229+211+115=555 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.26% from 555); Green value is 211 (82.81% from 255 or 38.02% from 555); Blue value is 115 (45.31% from 255 or 20.72% from 555); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D373 is #1A2C8C. Grayscale: #CDCDCD. Windows color (decimal): -1715341 or 7590885. OLE color: 7590885.

HSL color Cylindrical-coordinate representation of color #E5D373: hue angle of 50.53º 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 #E5D373 is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB229211115-
CMYK00.080.500.10
HSL50.53º68.67%67.45%-
HSV(B)50.53º49.78%89.8%-
XYZ58.764.4825.57-
YUV205.4476.96144.81-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.26%
GREEN value IS 211 (82.81% from 255) = 38.02%
BLUE value IS 115 (45.31% from 255) = 20.72%
R=41.26%
G=38.02%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.50
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22921111500.080.500.1050.5368.6767.45
HexE5D3730832A334543
Octal345323163010621263105103
Binary1110010111010011111001101000110010101011001110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D373; }

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

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

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

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

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

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

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

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