#E7DA6C

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

Shades of Wild Rice #E7DA6C

Tints of Wild Rice #E7DA6C

Color information

#E7DA6C (or 0xE7DA6C) is unknown color: approx Wild Rice. HEX triplet: E7, DA and 6C. RGB value is (231,218,108). Sum of RGB (Red+Green+Blue) = 231+218+108=557 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.47% from 557); Green value is 218 (85.55% from 255 or 39.14% from 557); Blue value is 108 (42.58% from 255 or 19.39% from 557); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DA6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DA6C is #182593. Grayscale: #D1D1D1. Windows color (decimal): -1582484 or 7133927. OLE color: 7133927.

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

Color convert

RGB231218108-
CMYK00.060.530.09
HSL53.66º71.93%66.47%-
HSV(B)53.66º53.25%90.59%-
XYZ60.7368.2124.15-
YUV209.3570.81143.44-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.47%
GREEN value IS 218 (85.55% from 255) = 39.14%
BLUE value IS 108 (42.58% from 255) = 19.39%
R=41.47%
G=39.14%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121810800.060.530.0953.6671.9366.47
HexE7DA6C06359364842
Octal34733215406651166110102
Binary111001111101101011011000110110101100111011010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DA6C; }

 p { color: rgb(231,218,108); }

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

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

 a { background-color: rgb(231,218,108); }

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

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

 span { border-color: rgb(231,218,108); }

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