#E8D96A

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

Shades of Wild Rice #E8D96A

Tints of Wild Rice #E8D96A

Color information

#E8D96A (or 0xE8D96A) is unknown color: approx Wild Rice. HEX triplet: E8, D9 and 6A. RGB value is (232,217,106). Sum of RGB (Red+Green+Blue) = 232+217+106=555 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.80% from 555); Green value is 217 (85.16% from 255 or 39.10% from 555); Blue value is 106 (41.80% from 255 or 19.10% from 555); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D96A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D96A is #172695. Grayscale: #D1D1D1. Windows color (decimal): -1517206 or 7002600. OLE color: 7002600.

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

Color convert

RGB232217106-
CMYK00.060.540.09
HSL52.86º73.26%66.27%-
HSV(B)52.86º54.31%90.98%-
XYZ60.6967.8223.53-
YUV208.8369.97144.53-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.80%
GREEN value IS 217 (85.16% from 255) = 39.10%
BLUE value IS 106 (41.80% from 255) = 19.10%
R=41.80%
G=39.10%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221710600.060.540.0952.8673.2666.27
HexE8D96A06369354942
Octal35033115206661165111102
Binary111010001101100111010100110110110100111010110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D96A; }

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

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

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

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

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

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

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

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