#E3D36C

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

Shades of Wild Rice #E3D36C

Tints of Wild Rice #E3D36C

Color information

#E3D36C (or 0xE3D36C) is unknown color: approx Wild Rice. HEX triplet: E3, D3 and 6C. RGB value is (227,211,108). Sum of RGB (Red+Green+Blue) = 227+211+108=546 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.58% from 546); Green value is 211 (82.81% from 255 or 38.64% from 546); Blue value is 108 (42.58% from 255 or 19.78% from 546); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D36C is #1C2C93. Grayscale: #CCCCCC. Windows color (decimal): -1846420 or 7132131. OLE color: 7132131.

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

Color convert

RGB227211108-
CMYK00.070.520.11
HSL51.93º68%65.69%-
HSV(B)51.93º52.42%89.02%-
XYZ57.686423.5-
YUV204.0473.8144.38-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.58%
GREEN value IS 211 (82.81% from 255) = 38.64%
BLUE value IS 108 (42.58% from 255) = 19.78%
R=41.58%
G=38.64%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.52
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22721110800.070.520.1151.936865.69
HexE3D36C0734B344442
Octal34332315407641364104102
Binary111000111101001111011000111110100101111010010001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D36C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D36C; }

 p { color: rgb(227,211,108); }

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

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

 a { background-color: rgb(227,211,108); }

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

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

 span { border-color: rgb(227,211,108); }

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