#E9D676

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

Shades of Wild Rice #E9D676

Tints of Wild Rice #E9D676

Color information

#E9D676 (or 0xE9D676) is unknown color: approx Wild Rice. HEX triplet: E9, D6 and 76. RGB value is (233,214,118). Sum of RGB (Red+Green+Blue) = 233+214+118=565 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.24% from 565); Green value is 214 (83.98% from 255 or 37.88% from 565); Blue value is 118 (46.48% from 255 or 20.88% from 565); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D676 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D676 is #162989. Grayscale: #D1D1D1. Windows color (decimal): -1452426 or 7788265. OLE color: 7788265.

HSL color Cylindrical-coordinate representation of color #E9D676: hue angle of 50.09º 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 #E9D676 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB233214118-
CMYK00.080.490.09
HSL50.09º72.33%68.82%-
HSV(B)50.09º49.36%91.37%-
XYZ60.9266.7226.81-
YUV208.7476.79145.31-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.24%
GREEN value IS 214 (83.98% from 255) = 37.88%
BLUE value IS 118 (46.48% from 255) = 20.88%
R=41.24%
G=37.88%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321411800.080.490.0950.0972.3368.82
HexE9D67608319324845
Octal351326166010611162110105
Binary1110100111010110111011001000110001100111001010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D676; }

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

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

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

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

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

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

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

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