#E2D671

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

Shades of Wild Rice #E2D671

Tints of Wild Rice #E2D671

Color information

#E2D671 (or 0xE2D671) is unknown color: approx Wild Rice. HEX triplet: E2, D6 and 71. RGB value is (226,214,113). Sum of RGB (Red+Green+Blue) = 226+214+113=553 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.87% from 553); Green value is 214 (83.98% from 255 or 38.70% from 553); Blue value is 113 (44.53% from 255 or 20.43% from 553); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D671 is #1D298E. Grayscale: #CECECE. Windows color (decimal): -1911183 or 7460578. OLE color: 7460578.

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

Color convert

RGB226214113-
CMYK00.050.50.11
HSL53.63º66.08%66.47%-
HSV(B)53.63º50%88.63%-
XYZ58.3965.4525.18-
YUV206.0775.48142.21-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.87%
GREEN value IS 214 (83.98% from 255) = 38.70%
BLUE value IS 113 (44.53% from 255) = 20.43%
R=40.87%
G=38.70%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.5
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621411300.050.50.1153.6366.0866.47
HexE2D6710532B364242
Octal34232616105621366102102
Binary111000101101011011100010101110010101111011010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D671; }

 p { color: rgb(226,214,113); }

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

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

 a { background-color: rgb(226,214,113); }

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

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

 span { border-color: rgb(226,214,113); }

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