#E0D880

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

Shades of Wild Rice #E0D880

Tints of Wild Rice #E0D880

Color information

#E0D880 (or 0xE0D880) is unknown color: approx Wild Rice. HEX triplet: E0, D8 and 80. RGB value is (224,216,128). Sum of RGB (Red+Green+Blue) = 224+216+128=568 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.44% from 568); Green value is 216 (84.77% from 255 or 38.03% from 568); Blue value is 128 (50.39% from 255 or 22.54% from 568); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D880 is #1F277F. Grayscale: #D0D0D0. Windows color (decimal): -2041728 or 8444128. OLE color: 8444128.

HSL color Cylindrical-coordinate representation of color #E0D880: hue angle of 55º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E0D880 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB224216128-
CMYK00.040.430.12
HSL55º60.76%69.02%-
HSV(B)55º42.86%87.84%-
XYZ59.1966.5230.14-
YUV208.3682.65139.16-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.44%
GREEN value IS 216 (84.77% from 255) = 38.03%
BLUE value IS 128 (50.39% from 255) = 22.54%
R=39.44%
G=38.03%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421612800.040.430.125560.7669.02
HexE0D880042BC373d45
Octal3403302000453146775105
Binary111000001101100010000000010010101111001101111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D880; }

 p { color: rgb(224,216,128); }

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

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

 a { background-color: rgb(224,216,128); }

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

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

 span { border-color: rgb(224,216,128); }

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