#E3D56E

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

Shades of Wild Rice #E3D56E

Tints of Wild Rice #E3D56E

Color information

#E3D56E (or 0xE3D56E) is unknown color: approx Wild Rice. HEX triplet: E3, D5 and 6E. RGB value is (227,213,110). Sum of RGB (Red+Green+Blue) = 227+213+110=550 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.27% from 550); Green value is 213 (83.59% from 255 or 38.73% from 550); Blue value is 110 (43.36% from 255 or 20% from 550); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D56E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D56E is #1C2A91. Grayscale: #CDCDCD. Windows color (decimal): -1845906 or 7263715. OLE color: 7263715.

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

Color convert

RGB227213110-
CMYK00.060.520.11
HSL52.82º67.63%66.08%-
HSV(B)52.82º51.54%89.02%-
XYZ58.2965.0524.23-
YUV205.4474.14143.38-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.27%
GREEN value IS 213 (83.59% from 255) = 38.73%
BLUE value IS 110 (43.36% from 255) = 20%
R=41.27%
G=38.73%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.52
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22721311000.060.520.1152.8267.6366.08
HexE3D56E0634B354442
Octal34332515606641365104102
Binary111000111101010111011100110110100101111010110001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D56E; }

 p { color: rgb(227,213,110); }

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

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

 a { background-color: rgb(227,213,110); }

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

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

 span { border-color: rgb(227,213,110); }

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