#e0d97c

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

Shades of Wild Rice #E0D97C

Tints of Wild Rice #E0D97C

Color information

#E0D97C (or 0xE0D97C) is unknown color: approx Wild Rice. HEX triplet: E0, D9 and 7C. RGB value is (224,217,124). Sum of RGB (Red+Green+Blue) = 224+217+124=565 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.65% from 565); Green value is 217 (85.16% from 255 or 38.41% from 565); Blue value is 124 (48.83% from 255 or 21.95% from 565); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D97C is #1F2683. Grayscale: #D0D0D0. Windows color (decimal): -2041476 or 8182240. OLE color: 8182240.

HSL color Cylindrical-coordinate representation of color #E0D97C: hue angle of 55.8º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E0D97C is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB224217124-
CMYK00.030.450.12
HSL55.8º61.73%68.24%-
HSV(B)55.8º44.64%87.84%-
XYZ59.1966.9328.87-
YUV208.4980.32139.06-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.65%
GREEN value IS 217 (85.16% from 255) = 38.41%
BLUE value IS 124 (48.83% from 255) = 21.95%
R=39.65%
G=38.41%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421712400.030.450.1255.861.7368.24
HexE0D97C032DC383e44
Octal3403311740355147076104
Binary1110000011011001111110001110110111001110001111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0d97c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0d97c; }

 p { color: rgb(224,217,124); }

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

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

 a { background-color: rgb(224,217,124); }

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

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

 span { border-color: rgb(224,217,124); }

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