#E8D86A

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

Shades of Wild Rice #E8D86A

Tints of Wild Rice #E8D86A

Color information

#E8D86A (or 0xE8D86A) is unknown color: approx Wild Rice. HEX triplet: E8, D8 and 6A. RGB value is (232,216,106). Sum of RGB (Red+Green+Blue) = 232+216+106=554 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.88% from 554); Green value is 216 (84.77% from 255 or 38.99% from 554); Blue value is 106 (41.80% from 255 or 19.13% from 554); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D86A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D86A is #172795. Grayscale: #D0D0D0. Windows color (decimal): -1517462 or 7002344. OLE color: 7002344.

HSL color Cylindrical-coordinate representation of color #E8D86A: hue angle of 52.38º 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 #E8D86A is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB232216106-
CMYK00.070.540.09
HSL52.38º73.26%66.27%-
HSV(B)52.38º54.31%90.98%-
XYZ60.4467.3123.44-
YUV208.2470.3144.94-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.88%
GREEN value IS 216 (84.77% from 255) = 38.99%
BLUE value IS 106 (41.80% from 255) = 19.13%
R=41.88%
G=38.99%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221610600.070.540.0952.3873.2666.27
HexE8D86A07369344942
Octal35033015207661164111102
Binary111010001101100011010100111110110100111010010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D86A; }

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

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

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

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

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

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

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

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