#E2DA78

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

Shades of Wild Rice #E2DA78

Tints of Wild Rice #E2DA78

Color information

#E2DA78 (or 0xE2DA78) is unknown color: approx Wild Rice. HEX triplet: E2, DA and 78. RGB value is (226,218,120). Sum of RGB (Red+Green+Blue) = 226+218+120=564 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.07% from 564); Green value is 218 (85.55% from 255 or 38.65% from 564); Blue value is 120 (47.27% from 255 or 21.28% from 564); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DA78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DA78 is #1D2587. Grayscale: #D1D1D1. Windows color (decimal): -1910152 or 7920354. OLE color: 7920354.

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

Color convert

RGB226218120-
CMYK00.040.470.11
HSL55.47º64.63%67.84%-
HSV(B)55.47º46.9%88.63%-
XYZ59.8367.6727.68-
YUV209.2277.65139.97-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.07%
GREEN value IS 218 (85.55% from 255) = 38.65%
BLUE value IS 120 (47.27% from 255) = 21.28%
R=40.07%
G=38.65%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.47
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621812000.040.470.1155.4764.6367.84
HexE2DA78042FB374144
Octal34233217004571367101104
Binary111000101101101011110000100101111101111011110000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DA78; }

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

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

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

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

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

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

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

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