#E5D971

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

Shades of Wild Rice #E5D971

Tints of Wild Rice #E5D971

Color information

#E5D971 (or 0xE5D971) is unknown color: approx Wild Rice. HEX triplet: E5, D9 and 71. RGB value is (229,217,113). Sum of RGB (Red+Green+Blue) = 229+217+113=559 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.97% from 559); Green value is 217 (85.16% from 255 or 38.82% from 559); Blue value is 113 (44.53% from 255 or 20.21% from 559); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D971 is #1A268E. Grayscale: #D1D1D1. Windows color (decimal): -1713807 or 7461349. OLE color: 7461349.

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

Color convert

RGB229217113-
CMYK00.050.510.10
HSL53.79º69.05%67.06%-
HSV(B)53.79º50.66%89.8%-
XYZ60.1167.4825.48-
YUV208.7373.98142.46-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.97%
GREEN value IS 217 (85.16% from 255) = 38.82%
BLUE value IS 113 (44.53% from 255) = 20.21%
R=40.97%
G=38.82%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.51
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22921711300.050.510.1053.7969.0567.06
HexE5D9710533A364543
Octal34533116105631266105103
Binary111001011101100111100010101110011101011011010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D971; }

 p { color: rgb(229,217,113); }

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

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

 a { background-color: rgb(229,217,113); }

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

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

 span { border-color: rgb(229,217,113); }

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