#E3D46F

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

Shades of Wild Rice #E3D46F

Tints of Wild Rice #E3D46F

Color information

#E3D46F (or 0xE3D46F) is unknown color: approx Wild Rice. HEX triplet: E3, D4 and 6F. RGB value is (227,212,111). Sum of RGB (Red+Green+Blue) = 227+212+111=550 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.27% from 550); Green value is 212 (83.20% from 255 or 38.55% from 550); Blue value is 111 (43.75% from 255 or 20.18% from 550); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D46F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D46F is #1C2B90. Grayscale: #CDCDCD. Windows color (decimal): -1846161 or 7328995. OLE color: 7328995.

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

Color convert

RGB227212111-
CMYK00.070.510.11
HSL52.24º67.44%66.27%-
HSV(B)52.24º51.1%89.02%-
XYZ58.0964.5724.44-
YUV204.9774.97143.71-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.27%
GREEN value IS 212 (83.20% from 255) = 38.55%
BLUE value IS 111 (43.75% from 255) = 20.18%
R=41.27%
G=38.55%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22721211100.070.510.1152.2467.4466.27
HexE3D46F0733B344342
Octal34332415707631364103102
Binary111000111101010011011110111110011101111010010000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D46F; }

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

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

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

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

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

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

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

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