#E3D775

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

Shades of Wild Rice #E3D775

Tints of Wild Rice #E3D775

Color information

#E3D775 (or 0xE3D775) is unknown color: approx Wild Rice. HEX triplet: E3, D7 and 75. RGB value is (227,215,117). Sum of RGB (Red+Green+Blue) = 227+215+117=559 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.61% from 559); Green value is 215 (84.38% from 255 or 38.46% from 559); Blue value is 117 (46.09% from 255 or 20.93% from 559); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D775 is #1C288A. Grayscale: #CFCFCF. Windows color (decimal): -1845387 or 7722979. OLE color: 7722979.

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

Color convert

RGB227215117-
CMYK00.050.480.11
HSL53.45º66.27%67.45%-
HSV(B)53.45º48.46%89.02%-
XYZ59.1966.2226.49-
YUV207.4276.98141.97-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.61%
GREEN value IS 215 (84.38% from 255) = 38.46%
BLUE value IS 117 (46.09% from 255) = 20.93%
R=40.61%
G=38.46%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22721511700.050.480.1153.4566.2767.45
HexE3D7750530B354243
Octal34332716505601365102103
Binary111000111101011111101010101110000101111010110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D775; }

 p { color: rgb(227,215,117); }

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

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

 a { background-color: rgb(227,215,117); }

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

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

 span { border-color: rgb(227,215,117); }

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