#E3D47C

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

Shades of Wild Rice #E3D47C

Tints of Wild Rice #E3D47C

Color information

#E3D47C (or 0xE3D47C) is unknown color: approx Wild Rice. HEX triplet: E3, D4 and 7C. RGB value is (227,212,124). Sum of RGB (Red+Green+Blue) = 227+212+124=563 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.32% from 563); Green value is 212 (83.20% from 255 or 37.66% from 563); Blue value is 124 (48.83% from 255 or 22.02% from 563); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D47C is #1C2B83. Grayscale: #CECECE. Windows color (decimal): -1846148 or 8180963. OLE color: 8180963.

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

Color convert

RGB227212124-
CMYK00.070.450.11
HSL51.26º64.78%68.82%-
HSV(B)51.26º45.37%89.02%-
XYZ58.8664.8728.49-
YUV206.4581.47142.66-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.32%
GREEN value IS 212 (83.20% from 255) = 37.66%
BLUE value IS 124 (48.83% from 255) = 22.02%
R=40.32%
G=37.66%
B=22.02%

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
Decimal22721212400.070.450.1151.2664.7868.82
HexE3D47C072DB334145
Octal34332417407551363101105
Binary111000111101010011111000111101101101111001110000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D47C; }

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

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

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

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

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

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

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

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