#E2D37A

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

Shades of Wild Rice #E2D37A

Tints of Wild Rice #E2D37A

Color information

#E2D37A (or 0xE2D37A) is unknown color: approx Wild Rice. HEX triplet: E2, D3 and 7A. RGB value is (226,211,122). Sum of RGB (Red+Green+Blue) = 226+211+122=559 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.43% from 559); Green value is 211 (82.81% from 255 or 37.75% from 559); Blue value is 122 (48.05% from 255 or 21.82% from 559); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D37A is #1D2C85. Grayscale: #CDCDCD. Windows color (decimal): -1911942 or 8049634. OLE color: 8049634.

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

Color convert

RGB226211122-
CMYK00.070.460.11
HSL51.35º64.2%68.24%-
HSV(B)51.35º46.02%88.63%-
XYZ58.1764.1627.73-
YUV205.3480.97142.74-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.43%
GREEN value IS 211 (82.81% from 255) = 37.75%
BLUE value IS 122 (48.05% from 255) = 21.82%
R=40.43%
G=37.75%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621112200.070.460.1151.3564.268.24
HexE2D37A072EB334044
Octal34232317207561363100104
Binary111000101101001111110100111101110101111001110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D37A; }

 p { color: rgb(226,211,122); }

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

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

 a { background-color: rgb(226,211,122); }

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

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

 span { border-color: rgb(226,211,122); }

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