#E3D76E

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

Shades of Wild Rice #E3D76E

Tints of Wild Rice #E3D76E

Color information

#E3D76E (or 0xE3D76E) is unknown color: approx Wild Rice. HEX triplet: E3, D7 and 6E. RGB value is (227,215,110). Sum of RGB (Red+Green+Blue) = 227+215+110=552 (73% of max value = 765). Red value is 227 (89.06% from 255 or 41.12% from 552); Green value is 215 (84.38% from 255 or 38.95% from 552); Blue value is 110 (43.36% from 255 or 19.93% from 552); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D76E is #1C2891. Grayscale: #CFCFCF. Windows color (decimal): -1845394 or 7264227. OLE color: 7264227.

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

Color convert

RGB227215110-
CMYK00.050.520.11
HSL53.85º67.63%66.08%-
HSV(B)53.85º51.54%89.02%-
XYZ58.7966.0624.4-
YUV206.6273.48142.54-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.12%
GREEN value IS 215 (84.38% from 255) = 38.95%
BLUE value IS 110 (43.36% from 255) = 19.93%
R=41.12%
G=38.95%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.52
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22721511000.050.520.1153.8567.6366.08
HexE3D76E0534B364442
Octal34332715605641366104102
Binary111000111101011111011100101110100101111011010001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D76E; }

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

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

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

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

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

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

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

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