#E2DA70

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

Shades of Wild Rice #E2DA70

Tints of Wild Rice #E2DA70

Color information

#E2DA70 (or 0xE2DA70) is unknown color: approx Wild Rice. HEX triplet: E2, DA and 70. RGB value is (226,218,112). Sum of RGB (Red+Green+Blue) = 226+218+112=556 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.65% from 556); Green value is 218 (85.55% from 255 or 39.21% from 556); Blue value is 112 (44.14% from 255 or 20.14% from 556); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DA70 is #1D258F. Grayscale: #D0D0D0. Windows color (decimal): -1910160 or 7396066. OLE color: 7396066.

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

Color convert

RGB226218112-
CMYK00.040.500.11
HSL55.79º66.28%66.27%-
HSV(B)55.79º50.44%88.63%-
XYZ59.3667.4825.23-
YUV208.3173.65140.62-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.65%
GREEN value IS 218 (85.55% from 255) = 39.21%
BLUE value IS 112 (44.14% from 255) = 20.14%
R=40.65%
G=39.21%
B=20.14%

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
Decimal22621811200.040.500.1155.7966.2866.27
HexE2DA700432B384242
Octal34233216004621370102102
Binary111000101101101011100000100110010101111100010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DA70; }

 p { color: rgb(226,218,112); }

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

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

 a { background-color: rgb(226,218,112); }

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

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

 span { border-color: rgb(226,218,112); }

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