#E7CD76

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

Shades of Wild Rice #E7CD76

Tints of Wild Rice #E7CD76

Color information

#E7CD76 (or 0xE7CD76) is unknown color: approx Wild Rice. HEX triplet: E7, CD and 76. RGB value is (231,205,118). Sum of RGB (Red+Green+Blue) = 231+205+118=554 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.70% from 554); Green value is 205 (80.47% from 255 or 37.00% from 554); Blue value is 118 (46.48% from 255 or 21.30% from 554); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CD76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CD76 is #183289. Grayscale: #CBCBCB. Windows color (decimal): -1585802 or 7785959. OLE color: 7785959.

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

Color convert

RGB231205118-
CMYK00.110.490.09
HSL46.19º70.19%68.43%-
HSV(B)46.19º48.92%90.59%-
XYZ58.0661.9626.04-
YUV202.8680.11148.07-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.70%
GREEN value IS 205 (80.47% from 255) = 37.00%
BLUE value IS 118 (46.48% from 255) = 21.30%
R=41.70%
G=37.00%
B=21.30%

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
Decimal23120511800.110.490.0946.1970.1968.43
HexE7CD760B3192e4644
Octal347315166013611156106104
Binary1110011111001101111011001011110001100110111010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CD76; }

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

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

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

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

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

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

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

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