#E3D37C

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

Shades of Wild Rice #E3D37C

Tints of Wild Rice #E3D37C

Color information

#E3D37C (or 0xE3D37C) is unknown color: approx Wild Rice. HEX triplet: E3, D3 and 7C. RGB value is (227,211,124). Sum of RGB (Red+Green+Blue) = 227+211+124=562 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.39% from 562); Green value is 211 (82.81% from 255 or 37.54% from 562); Blue value is 124 (48.83% from 255 or 22.06% from 562); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D37C is #1C2C83. Grayscale: #CECECE. Windows color (decimal): -1846404 or 8180707. OLE color: 8180707.

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

Color convert

RGB227211124-
CMYK00.070.450.11
HSL50.68º64.78%68.82%-
HSV(B)50.68º45.37%89.02%-
XYZ58.6164.3728.41-
YUV205.8781.8143.07-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.39%
GREEN value IS 211 (82.81% from 255) = 37.54%
BLUE value IS 124 (48.83% from 255) = 22.06%
R=40.39%
G=37.54%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22721112400.070.450.1150.6864.7868.82
HexE3D37C072DB334145
Octal34332317407551363101105
Binary111000111101001111111000111101101101111001110000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D37C; }

 p { color: rgb(227,211,124); }

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

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

 a { background-color: rgb(227,211,124); }

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

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

 span { border-color: rgb(227,211,124); }

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