#E2D979

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

Shades of Wild Rice #E2D979

Tints of Wild Rice #E2D979

Color information

#E2D979 (or 0xE2D979) is unknown color: approx Wild Rice. HEX triplet: E2, D9 and 79. RGB value is (226,217,121). Sum of RGB (Red+Green+Blue) = 226+217+121=564 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.07% from 564); Green value is 217 (85.16% from 255 or 38.48% from 564); Blue value is 121 (47.66% from 255 or 21.45% from 564); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D979 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D979 is #1D2686. Grayscale: #D1D1D1. Windows color (decimal): -1910407 or 7985634. OLE color: 7985634.

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

Color convert

RGB226217121-
CMYK00.040.460.11
HSL54.86º64.42%68.04%-
HSV(B)54.86º46.46%88.63%-
XYZ59.6367.1727.91-
YUV208.7578.48140.31-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.07%
GREEN value IS 217 (85.16% from 255) = 38.48%
BLUE value IS 121 (47.66% from 255) = 21.45%
R=40.07%
G=38.48%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621712100.040.460.1154.8664.4268.04
HexE2D979042EB374044
Octal34233117104561367100104
Binary111000101101100111110010100101110101111011110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D979; }

 p { color: rgb(226,217,121); }

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

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

 a { background-color: rgb(226,217,121); }

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

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

 span { border-color: rgb(226,217,121); }

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