#E7D170

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

Shades of Wild Rice #E7D170

Tints of Wild Rice #E7D170

Color information

#E7D170 (or 0xE7D170) is unknown color: approx Wild Rice. HEX triplet: E7, D1 and 70. RGB value is (231,209,112). Sum of RGB (Red+Green+Blue) = 231+209+112=552 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.85% from 552); Green value is 209 (82.03% from 255 or 37.86% from 552); Blue value is 112 (44.14% from 255 or 20.29% from 552); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D170 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D170 is #182E8F. Grayscale: #CCCCCC. Windows color (decimal): -1584784 or 7393767. OLE color: 7393767.

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

Color convert

RGB231209112-
CMYK00.100.520.09
HSL48.91º71.26%67.25%-
HSV(B)48.91º51.52%90.59%-
XYZ58.6863.7624.54-
YUV204.5275.79146.89-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.85%
GREEN value IS 209 (82.03% from 255) = 37.86%
BLUE value IS 112 (44.14% from 255) = 20.29%
R=41.85%
G=37.86%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120911200.100.520.0948.9171.2667.25
HexE7D1700A349314743
Octal347321160012641161107103
Binary1110011111010001111000001010110100100111000110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D170; }

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

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

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

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

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

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

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

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