#E2D46E

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

Shades of Wild Rice #E2D46E

Tints of Wild Rice #E2D46E

Color information

#E2D46E (or 0xE2D46E) is unknown color: approx Wild Rice. HEX triplet: E2, D4 and 6E. RGB value is (226,212,110). Sum of RGB (Red+Green+Blue) = 226+212+110=548 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.24% from 548); Green value is 212 (83.20% from 255 or 38.69% from 548); Blue value is 110 (43.36% from 255 or 20.07% from 548); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D46E is #1D2B91. Grayscale: #CCCCCC. Windows color (decimal): -1911698 or 7263458. OLE color: 7263458.

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

Color convert

RGB226212110-
CMYK00.060.510.11
HSL52.76º66.67%65.88%-
HSV(B)52.76º51.33%88.63%-
XYZ57.7264.3824.14-
YUV204.5674.64143.29-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.24%
GREEN value IS 212 (83.20% from 255) = 38.69%
BLUE value IS 110 (43.36% from 255) = 20.07%
R=41.24%
G=38.69%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621211000.060.510.1152.7666.6765.88
HexE2D46E0633B354342
Octal34232415606631365103102
Binary111000101101010011011100110110011101111010110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D46E; }

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

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

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

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

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

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

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

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