#e3d676

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

Shades of Wild Rice #E3D676

Tints of Wild Rice #E3D676

Color information

#E3D676 (or 0xE3D676) is unknown color: approx Wild Rice. HEX triplet: E3, D6 and 76. RGB value is (227,214,118). Sum of RGB (Red+Green+Blue) = 227+214+118=559 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.61% from 559); Green value is 214 (83.98% from 255 or 38.28% from 559); Blue value is 118 (46.48% from 255 or 21.11% from 559); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D676 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D676 is #1C2989. Grayscale: #CFCFCF. Windows color (decimal): -1845642 or 7788259. OLE color: 7788259.

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

Color convert

RGB227214118-
CMYK00.060.480.11
HSL52.84º66.06%67.65%-
HSV(B)52.84º48.02%89.02%-
XYZ5965.7326.72-
YUV206.9477.81142.31-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.61%
GREEN value IS 214 (83.98% from 255) = 38.28%
BLUE value IS 118 (46.48% from 255) = 21.11%
R=40.61%
G=38.28%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22721411800.060.480.1152.8466.0667.65
HexE3D6760630B354244
Octal34332616606601365102104
Binary111000111101011011101100110110000101111010110000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e3d676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e3d676; }

 p { color: rgb(227,214,118); }

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

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

 a { background-color: rgb(227,214,118); }

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

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

 span { border-color: rgb(227,214,118); }

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