#E4DA79

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

Shades of Wild Rice #E4DA79

Tints of Wild Rice #E4DA79

Color information

#E4DA79 (or 0xE4DA79) is unknown color: approx Wild Rice. HEX triplet: E4, DA and 79. RGB value is (228,218,121). Sum of RGB (Red+Green+Blue) = 228+218+121=567 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40.21% from 567); Green value is 218 (85.55% from 255 or 38.45% from 567); Blue value is 121 (47.66% from 255 or 21.34% from 567); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DA79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4DA79 is #1B2586. Grayscale: #D2D2D2. Windows color (decimal): -1779079 or 7985892. OLE color: 7985892.

HSL color Cylindrical-coordinate representation of color #E4DA79: hue angle of 54.39º degrees, saturation: 0.66, 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 #E4DA79 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB228218121-
CMYK00.040.470.11
HSL54.39º66.46%68.43%-
HSV(B)54.39º46.93%89.41%-
XYZ60.5268.0228.03-
YUV209.9377.81140.89-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.21%
GREEN value IS 218 (85.55% from 255) = 38.45%
BLUE value IS 121 (47.66% from 255) = 21.34%
R=40.21%
G=38.45%
B=21.34%

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
Decimal22821812100.040.470.1154.3966.4668.43
HexE4DA79042FB364244
Octal34433217104571366102104
Binary111001001101101011110010100101111101111011010000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DA79; }

 p { color: rgb(228,218,121); }

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

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

 a { background-color: rgb(228,218,121); }

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

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

 span { border-color: rgb(228,218,121); }

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