#E7D175

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

Shades of Wild Rice #E7D175

Tints of Wild Rice #E7D175

Color information

#E7D175 (or 0xE7D175) is unknown color: approx Wild Rice. HEX triplet: E7, D1 and 75. RGB value is (231,209,117). Sum of RGB (Red+Green+Blue) = 231+209+117=557 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.47% from 557); Green value is 209 (82.03% from 255 or 37.52% from 557); Blue value is 117 (46.09% from 255 or 21.01% from 557); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D175 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D175 is #182E8A. Grayscale: #CDCDCD. Windows color (decimal): -1584779 or 7721447. OLE color: 7721447.

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

Color convert

RGB231209117-
CMYK00.100.490.09
HSL48.42º70.37%68.24%-
HSV(B)48.42º49.35%90.59%-
XYZ58.9763.8726.05-
YUV205.0978.29146.48-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.47%
GREEN value IS 209 (82.03% from 255) = 37.52%
BLUE value IS 117 (46.09% from 255) = 21.01%
R=41.47%
G=37.52%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120911700.100.490.0948.4270.3768.24
HexE7D1750A319304644
Octal347321165012611160106104
Binary1110011111010001111010101010110001100111000010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D175; }

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

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

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

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

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

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

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

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