#E8D96D

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

Shades of Wild Rice #E8D96D

Tints of Wild Rice #E8D96D

Color information

#E8D96D (or 0xE8D96D) is unknown color: approx Wild Rice. HEX triplet: E8, D9 and 6D. RGB value is (232,217,109). Sum of RGB (Red+Green+Blue) = 232+217+109=558 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.58% from 558); Green value is 217 (85.16% from 255 or 38.89% from 558); Blue value is 109 (42.97% from 255 or 19.53% from 558); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D96D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D96D is #172692. Grayscale: #D1D1D1. Windows color (decimal): -1517203 or 7199208. OLE color: 7199208.

HSL color Cylindrical-coordinate representation of color #E8D96D: hue angle of 52.68º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E8D96D is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB232217109-
CMYK00.060.530.09
HSL52.68º72.78%66.86%-
HSV(B)52.68º53.02%90.98%-
XYZ60.8567.8924.36-
YUV209.1771.47144.28-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.58%
GREEN value IS 217 (85.16% from 255) = 38.89%
BLUE value IS 109 (42.97% from 255) = 19.53%
R=41.58%
G=38.89%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221710900.060.530.0952.6872.7866.86
HexE8D96D06359354943
Octal35033115506651165111103
Binary111010001101100111011010110110101100111010110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D96D; }

 p { color: rgb(232,217,109); }

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

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

 a { background-color: rgb(232,217,109); }

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

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

 span { border-color: rgb(232,217,109); }

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