#E3D170

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

Shades of Wild Rice #E3D170

Tints of Wild Rice #E3D170

Color information

#E3D170 (or 0xE3D170) is unknown color: approx Wild Rice. HEX triplet: E3, D1 and 70. RGB value is (227,209,112). Sum of RGB (Red+Green+Blue) = 227+209+112=548 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.42% from 548); Green value is 209 (82.03% from 255 or 38.14% from 548); Blue value is 112 (44.14% from 255 or 20.44% from 548); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D170 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D170 is #1C2E8F. Grayscale: #CBCBCB. Windows color (decimal): -1846928 or 7393763. OLE color: 7393763.

HSL color Cylindrical-coordinate representation of color #E3D170: hue angle of 50.61º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E3D170 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB227209112-
CMYK00.080.510.11
HSL50.61º67.25%66.47%-
HSV(B)50.61º50.66%89.02%-
XYZ57.463.124.48-
YUV203.3276.46144.89-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.42%
GREEN value IS 209 (82.03% from 255) = 38.14%
BLUE value IS 112 (44.14% from 255) = 20.44%
R=41.42%
G=38.14%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22720911200.080.510.1150.6167.2566.47
HexE3D1700833B334342
Octal343321160010631363103102
Binary1110001111010001111000001000110011101111001110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D170; }

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

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

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

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

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

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

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

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