#E7CE76

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

Shades of Wild Rice #E7CE76

Tints of Wild Rice #E7CE76

Color information

#E7CE76 (or 0xE7CE76) is unknown color: approx Wild Rice. HEX triplet: E7, CE and 76. RGB value is (231,206,118). Sum of RGB (Red+Green+Blue) = 231+206+118=555 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.62% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 118 (46.48% from 255 or 21.26% from 555); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CE76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CE76 is #183189. Grayscale: #CBCBCB. Windows color (decimal): -1585546 or 7786215. OLE color: 7786215.

HSL color Cylindrical-coordinate representation of color #E7CE76: hue angle of 46.73º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E7CE76 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB231206118-
CMYK00.110.490.09
HSL46.73º70.19%68.43%-
HSV(B)46.73º48.92%90.59%-
XYZ58.362.4426.12-
YUV203.4479.78147.66-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.62%
GREEN value IS 206 (80.86% from 255) = 37.12%
BLUE value IS 118 (46.48% from 255) = 21.26%
R=41.62%
G=37.12%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120611800.110.490.0946.7370.1968.43
HexE7CE760B3192f4644
Octal347316166013611157106104
Binary1110011111001110111011001011110001100110111110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CE76; }

 p { color: rgb(231,206,118); }

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

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

 a { background-color: rgb(231,206,118); }

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

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

 span { border-color: rgb(231,206,118); }

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