#E3D46E

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

Shades of Wild Rice #E3D46E

Tints of Wild Rice #E3D46E

Color information

#E3D46E (or 0xE3D46E) is unknown color: approx Wild Rice. HEX triplet: E3, D4 and 6E. RGB value is (227,212,110). Sum of RGB (Red+Green+Blue) = 227+212+110=549 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.35% from 549); Green value is 212 (83.20% from 255 or 38.62% from 549); Blue value is 110 (43.36% from 255 or 20.04% from 549); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D46E is #1C2B91. Grayscale: #CDCDCD. Windows color (decimal): -1846162 or 7263459. OLE color: 7263459.

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

Color convert

RGB227212110-
CMYK00.070.520.11
HSL52.31º67.63%66.08%-
HSV(B)52.31º51.54%89.02%-
XYZ58.0464.5424.15-
YUV204.8674.47143.79-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.35%
GREEN value IS 212 (83.20% from 255) = 38.62%
BLUE value IS 110 (43.36% from 255) = 20.04%
R=41.35%
G=38.62%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.52
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22721211000.070.520.1152.3167.6366.08
HexE3D46E0734B344442
Octal34332415607641364104102
Binary111000111101010011011100111110100101111010010001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D46E; }

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

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

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

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

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

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

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

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