#E9DB76

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

Shades of Wild Rice #E9DB76

Tints of Wild Rice #E9DB76

Color information

#E9DB76 (or 0xE9DB76) is unknown color: approx Wild Rice. HEX triplet: E9, DB and 76. RGB value is (233,219,118). Sum of RGB (Red+Green+Blue) = 233+219+118=570 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.88% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 118 (46.48% from 255 or 20.70% from 570); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DB76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9DB76 is #162489. Grayscale: #D4D4D4. Windows color (decimal): -1451146 or 7789545. OLE color: 7789545.

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

Color convert

RGB233219118-
CMYK00.060.490.09
HSL52.7º72.33%68.82%-
HSV(B)52.7º49.36%91.37%-
XYZ62.2169.2927.24-
YUV211.6775.14143.21-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.88%
GREEN value IS 219 (85.94% from 255) = 38.42%
BLUE value IS 118 (46.48% from 255) = 20.70%
R=40.88%
G=38.42%
B=20.70%

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
Decimal23321911800.060.490.0952.772.3368.82
HexE9DB7606319354845
Octal35133316606611165110105
Binary111010011101101111101100110110001100111010110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DB76; }

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

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

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

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

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

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

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

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