#E7DC79

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

Shades of Wild Rice #E7DC79

Tints of Wild Rice #E7DC79

Color information

#E7DC79 (or 0xE7DC79) is unknown color: approx Wild Rice. HEX triplet: E7, DC and 79. RGB value is (231,220,121). Sum of RGB (Red+Green+Blue) = 231+220+121=572 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.38% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 121 (47.66% from 255 or 21.15% from 572); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DC79 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DC79 is #182386. Grayscale: #D4D4D4. Windows color (decimal): -1581959 or 7986407. OLE color: 7986407.

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

Color convert

RGB231220121-
CMYK00.050.480.09
HSL54º69.62%69.02%-
HSV(B)54º47.62%90.59%-
XYZ6269.5628.25-
YUV21276.64141.55-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.38%
GREEN value IS 220 (86.33% from 255) = 38.46%
BLUE value IS 121 (47.66% from 255) = 21.15%
R=40.38%
G=38.46%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122012100.050.480.095469.6269.02
HexE7DC7905309364645
Octal34733417105601166106105
Binary111001111101110011110010101110000100111011010001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DC79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DC79; }

 p { color: rgb(231,220,121); }

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

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

 a { background-color: rgb(231,220,121); }

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

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

 span { border-color: rgb(231,220,121); }

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