#E5DE77

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

Shades of Wild Rice #E5DE77

Tints of Wild Rice #E5DE77

Color information

#E5DE77 (or 0xE5DE77) is unknown color: approx Wild Rice. HEX triplet: E5, DE and 77. RGB value is (229,222,119). Sum of RGB (Red+Green+Blue) = 229+222+119=570 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.18% from 570); Green value is 222 (87.11% from 255 or 38.95% from 570); Blue value is 119 (46.88% from 255 or 20.88% from 570); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DE77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DE77 is #1A2188. Grayscale: #D4D4D4. Windows color (decimal): -1712521 or 7855845. OLE color: 7855845.

HSL color Cylindrical-coordinate representation of color #E5DE77: hue angle of 56.18º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E5DE77 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB229222119-
CMYK00.030.480.10
HSL56.18º67.9%68.24%-
HSV(B)56.18º48.03%89.8%-
XYZ61.7670.2327.75-
YUV212.3575.32139.88-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.18%
GREEN value IS 222 (87.11% from 255) = 38.95%
BLUE value IS 119 (46.88% from 255) = 20.88%
R=40.18%
G=38.95%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22922211900.030.480.1056.1867.968.24
HexE5DE770330A384444
Octal34533616703601270104104
Binary11100101110111101110111011110000101011100010001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DE77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DE77; }

 p { color: rgb(229,222,119); }

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

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

 a { background-color: rgb(229,222,119); }

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

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

 span { border-color: rgb(229,222,119); }

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