#E7D171

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

Shades of Wild Rice #E7D171

Tints of Wild Rice #E7D171

Color information

#E7D171 (or 0xE7D171) is unknown color: approx Wild Rice. HEX triplet: E7, D1 and 71. RGB value is (231,209,113). Sum of RGB (Red+Green+Blue) = 231+209+113=553 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.77% from 553); Green value is 209 (82.03% from 255 or 37.79% from 553); Blue value is 113 (44.53% from 255 or 20.43% from 553); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D171 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D171 is #182E8E. Grayscale: #CDCDCD. Windows color (decimal): -1584783 or 7459303. OLE color: 7459303.

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

Color convert

RGB231209113-
CMYK00.100.510.09
HSL48.81º71.08%67.45%-
HSV(B)48.81º51.08%90.59%-
XYZ58.7463.7824.84-
YUV204.6376.29146.81-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.77%
GREEN value IS 209 (82.03% from 255) = 37.79%
BLUE value IS 113 (44.53% from 255) = 20.43%
R=41.77%
G=37.79%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120911300.100.510.0948.8171.0867.45
HexE7D1710A339314743
Octal347321161012631161107103
Binary1110011111010001111000101010110011100111000110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D171; }

 p { color: rgb(231,209,113); }

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

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

 a { background-color: rgb(231,209,113); }

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

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

 span { border-color: rgb(231,209,113); }

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