#E0D780

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

Shades of Wild Rice #E0D780

Tints of Wild Rice #E0D780

Color information

#E0D780 (or 0xE0D780) is unknown color: approx Wild Rice. HEX triplet: E0, D7 and 80. RGB value is (224,215,128). Sum of RGB (Red+Green+Blue) = 224+215+128=567 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.51% from 567); Green value is 215 (84.38% from 255 or 37.92% from 567); Blue value is 128 (50.39% from 255 or 22.57% from 567); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D780 is #1F287F. Grayscale: #D0D0D0. Windows color (decimal): -2041984 or 8443872. OLE color: 8443872.

HSL color Cylindrical-coordinate representation of color #E0D780: hue angle of 54.38º 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 #E0D780 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB224215128-
CMYK00.040.430.12
HSL54.38º60.76%69.02%-
HSV(B)54.38º42.86%87.84%-
XYZ58.9466.0130.06-
YUV207.7782.98139.57-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.51%
GREEN value IS 215 (84.38% from 255) = 37.92%
BLUE value IS 128 (50.39% from 255) = 22.57%
R=39.51%
G=37.92%
B=22.57%

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
Decimal22421512800.040.430.1254.3860.7669.02
HexE0D780042BC363d45
Octal3403272000453146675105
Binary111000001101011110000000010010101111001101101111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D780; }

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

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

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

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

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

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

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

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