#E7DA6E

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

Shades of Wild Rice #E7DA6E

Tints of Wild Rice #E7DA6E

Color information

#E7DA6E (or 0xE7DA6E) is unknown color: approx Wild Rice. HEX triplet: E7, DA and 6E. RGB value is (231,218,110). Sum of RGB (Red+Green+Blue) = 231+218+110=559 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.32% from 559); Green value is 218 (85.55% from 255 or 39.00% from 559); Blue value is 110 (43.36% from 255 or 19.68% from 559); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DA6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DA6E is #182591. Grayscale: #D2D2D2. Windows color (decimal): -1582482 or 7264999. OLE color: 7264999.

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

Color convert

RGB231218110-
CMYK00.060.520.09
HSL53.55º71.6%66.86%-
HSV(B)53.55º52.38%90.59%-
XYZ60.8468.2624.72-
YUV209.5871.81143.28-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.32%
GREEN value IS 218 (85.55% from 255) = 39.00%
BLUE value IS 110 (43.36% from 255) = 19.68%
R=41.32%
G=39.00%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121811000.060.520.0953.5571.666.86
HexE7DA6E06349364843
Octal34733215606641166110103
Binary111001111101101011011100110110100100111011010010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DA6E; }

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

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

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

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

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

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

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

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