#E7DC6D

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

Shades of Wild Rice #E7DC6D

Tints of Wild Rice #E7DC6D

Color information

#E7DC6D (or 0xE7DC6D) is unknown color: approx Wild Rice. HEX triplet: E7, DC and 6D. RGB value is (231,220,109). Sum of RGB (Red+Green+Blue) = 231+220+109=560 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.25% from 560); Green value is 220 (86.33% from 255 or 39.29% from 560); Blue value is 109 (42.97% from 255 or 19.46% from 560); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DC6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DC6D is #182392. Grayscale: #D3D3D3. Windows color (decimal): -1581971 or 7199975. OLE color: 7199975.

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

Color convert

RGB231220109-
CMYK00.050.530.09
HSL54.59º71.76%66.67%-
HSV(B)54.59º52.81%90.59%-
XYZ61.3169.2824.61-
YUV210.6470.64142.53-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.25%
GREEN value IS 220 (86.33% from 255) = 39.29%
BLUE value IS 109 (42.97% from 255) = 19.46%
R=41.25%
G=39.29%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122010900.050.530.0954.5971.7666.67
HexE7DC6D05359374843
Octal34733415505651167110103
Binary111001111101110011011010101110101100111011110010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DC6D; }

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

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

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

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

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

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

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

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