#E9D86E

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

Shades of Wild Rice #E9D86E

Tints of Wild Rice #E9D86E

Color information

#E9D86E (or 0xE9D86E) is unknown color: approx Wild Rice. HEX triplet: E9, D8 and 6E. RGB value is (233,216,110). Sum of RGB (Red+Green+Blue) = 233+216+110=559 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.68% from 559); Green value is 216 (84.77% from 255 or 38.64% from 559); Blue value is 110 (43.36% from 255 or 19.68% from 559); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D86E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D86E is #162791. Grayscale: #D1D1D1. Windows color (decimal): -1451922 or 7264489. OLE color: 7264489.

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

Color convert

RGB233216110-
CMYK00.070.530.09
HSL51.71º73.65%67.25%-
HSV(B)51.71º52.79%91.37%-
XYZ60.9767.5624.58-
YUV20972.13145.12-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.68%
GREEN value IS 216 (84.77% from 255) = 38.64%
BLUE value IS 110 (43.36% from 255) = 19.68%
R=41.68%
G=38.64%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321611000.070.530.0951.7173.6567.25
HexE9D86E07359344a43
Octal35133015607651164112103
Binary111010011101100011011100111110101100111010010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D86E; }

 p { color: rgb(233,216,110); }

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

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

 a { background-color: rgb(233,216,110); }

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

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

 span { border-color: rgb(233,216,110); }

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