#E9D371

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

Shades of Wild Rice #E9D371

Tints of Wild Rice #E9D371

Color information

#E9D371 (or 0xE9D371) is unknown color: approx Wild Rice. HEX triplet: E9, D3 and 71. RGB value is (233,211,113). Sum of RGB (Red+Green+Blue) = 233+211+113=557 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.83% from 557); Green value is 211 (82.81% from 255 or 37.88% from 557); Blue value is 113 (44.53% from 255 or 20.29% from 557); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D371 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D371 is #162C8E. Grayscale: #CECECE. Windows color (decimal): -1453199 or 7459817. OLE color: 7459817.

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

Color convert

RGB233211113-
CMYK00.090.520.09
HSL49º73.17%67.84%-
HSV(B)49º51.5%91.37%-
XYZ59.8865.125.03-
YUV206.4175.29146.97-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.83%
GREEN value IS 211 (82.81% from 255) = 37.88%
BLUE value IS 113 (44.53% from 255) = 20.29%
R=41.83%
G=37.88%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321111300.090.520.094973.1767.84
HexE9D37109349314944
Octal351323161011641161111104
Binary1110100111010011111000101001110100100111000110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D371; }

 p { color: rgb(233,211,113); }

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

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

 a { background-color: rgb(233,211,113); }

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

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

 span { border-color: rgb(233,211,113); }

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