#E3DA71

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

Shades of Wild Rice #E3DA71

Tints of Wild Rice #E3DA71

Color information

#E3DA71 (or 0xE3DA71) is unknown color: approx Wild Rice. HEX triplet: E3, DA and 71. RGB value is (227,218,113). Sum of RGB (Red+Green+Blue) = 227+218+113=558 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.68% from 558); Green value is 218 (85.55% from 255 or 39.07% from 558); Blue value is 113 (44.53% from 255 or 20.25% from 558); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3DA71 is #1C258E. Grayscale: #D1D1D1. Windows color (decimal): -1844623 or 7461603. OLE color: 7461603.

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

Color convert

RGB227218113-
CMYK00.040.500.11
HSL55.26º67.06%66.67%-
HSV(B)55.26º50.22%89.02%-
XYZ59.7367.6725.54-
YUV208.7273.98141.04-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.68%
GREEN value IS 218 (85.55% from 255) = 39.07%
BLUE value IS 113 (44.53% from 255) = 20.25%
R=40.68%
G=39.07%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22721811300.040.500.1155.2667.0666.67
HexE3DA710432B374343
Octal34333216104621367103103
Binary111000111101101011100010100110010101111011110000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3DA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3DA71; }

 p { color: rgb(227,218,113); }

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

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

 a { background-color: rgb(227,218,113); }

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

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

 span { border-color: rgb(227,218,113); }

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