#E2DA76

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

Shades of Wild Rice #E2DA76

Tints of Wild Rice #E2DA76

Color information

#E2DA76 (or 0xE2DA76) is unknown color: approx Wild Rice. HEX triplet: E2, DA and 76. RGB value is (226,218,118). Sum of RGB (Red+Green+Blue) = 226+218+118=562 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.21% from 562); Green value is 218 (85.55% from 255 or 38.79% from 562); Blue value is 118 (46.48% from 255 or 21.00% from 562); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DA76 is #1D2589. Grayscale: #D1D1D1. Windows color (decimal): -1910154 or 7789282. OLE color: 7789282.

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

Color convert

RGB226218118-
CMYK00.040.480.11
HSL55.56º65.06%67.45%-
HSV(B)55.56º47.79%88.63%-
XYZ59.7167.6227.04-
YUV208.9976.65140.13-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.21%
GREEN value IS 218 (85.55% from 255) = 38.79%
BLUE value IS 118 (46.48% from 255) = 21.00%
R=40.21%
G=38.79%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621811800.040.480.1155.5665.0667.45
HexE2DA760430B384143
Octal34233216604601370101103
Binary111000101101101011101100100110000101111100010000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DA76; }

 p { color: rgb(226,218,118); }

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

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

 a { background-color: rgb(226,218,118); }

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

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

 span { border-color: rgb(226,218,118); }

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