#E9DC76

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

Shades of Wild Rice #E9DC76

Tints of Wild Rice #E9DC76

Color information

#E9DC76 (or 0xE9DC76) is unknown color: approx Wild Rice. HEX triplet: E9, DC and 76. RGB value is (233,220,118). Sum of RGB (Red+Green+Blue) = 233+220+118=571 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.81% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 118 (46.48% from 255 or 20.67% from 571); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DC76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9DC76 is #162389. Grayscale: #D4D4D4. Windows color (decimal): -1450890 or 7789801. OLE color: 7789801.

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

Color convert

RGB233220118-
CMYK00.060.490.09
HSL53.22º72.33%68.82%-
HSV(B)53.22º49.36%91.37%-
XYZ62.4769.8227.32-
YUV212.2674.81142.79-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.81%
GREEN value IS 220 (86.33% from 255) = 38.53%
BLUE value IS 118 (46.48% from 255) = 20.67%
R=40.81%
G=38.53%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322011800.060.490.0953.2272.3368.82
HexE9DC7606319354845
Octal35133416606611165110105
Binary111010011101110011101100110110001100111010110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DC76; }

 p { color: rgb(233,220,118); }

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

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

 a { background-color: rgb(233,220,118); }

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

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

 span { border-color: rgb(233,220,118); }

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