#E2D86C

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

Shades of Wild Rice #E2D86C

Tints of Wild Rice #E2D86C

Color information

#E2D86C (or 0xE2D86C) is unknown color: approx Wild Rice. HEX triplet: E2, D8 and 6C. RGB value is (226,216,108). Sum of RGB (Red+Green+Blue) = 226+216+108=550 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.09% from 550); Green value is 216 (84.77% from 255 or 39.27% from 550); Blue value is 108 (42.58% from 255 or 19.64% from 550); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D86C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D86C is #1D2793. Grayscale: #CFCFCF. Windows color (decimal): -1910676 or 7133410. OLE color: 7133410.

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

Color convert

RGB226216108-
CMYK00.040.520.11
HSL54.92º67.05%65.49%-
HSV(B)54.92º52.21%88.63%-
XYZ58.6366.3623.91-
YUV206.6872.31141.78-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.09%
GREEN value IS 216 (84.77% from 255) = 39.27%
BLUE value IS 108 (42.58% from 255) = 19.64%
R=41.09%
G=39.27%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.52
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621610800.040.520.1154.9267.0565.49
HexE2D86C0434B374341
Octal34233015404641367103101
Binary111000101101100011011000100110100101111011110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D86C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D86C; }

 p { color: rgb(226,216,108); }

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

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

 a { background-color: rgb(226,216,108); }

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

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

 span { border-color: rgb(226,216,108); }

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