#E2D179

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

Shades of Wild Rice #E2D179

Tints of Wild Rice #E2D179

Color information

#E2D179 (or 0xE2D179) is unknown color: approx Wild Rice. HEX triplet: E2, D1 and 79. RGB value is (226,209,121). Sum of RGB (Red+Green+Blue) = 226+209+121=556 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.65% from 556); Green value is 209 (82.03% from 255 or 37.59% from 556); Blue value is 121 (47.66% from 255 or 21.76% from 556); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D179 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D179 is #1D2E86. Grayscale: #CCCCCC. Windows color (decimal): -1912455 or 7983586. OLE color: 7983586.

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

Color convert

RGB226209121-
CMYK00.080.460.11
HSL50.29º64.42%68.04%-
HSV(B)50.29º46.46%88.63%-
XYZ57.6263.1527.24-
YUV204.0581.13143.66-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.65%
GREEN value IS 209 (82.03% from 255) = 37.59%
BLUE value IS 121 (47.66% from 255) = 21.76%
R=40.65%
G=37.59%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620912100.080.460.1150.2964.4268.04
HexE2D179082EB324044
Octal342321171010561362100104
Binary1110001011010001111100101000101110101111001010000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D179; }

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

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

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

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

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

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

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

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