#E7DC68

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

Shades of Wild Rice #E7DC68

Tints of Wild Rice #E7DC68

Color information

#E7DC68 (or 0xE7DC68) is unknown color: approx Wild Rice. HEX triplet: E7, DC and 68. RGB value is (231,220,104). Sum of RGB (Red+Green+Blue) = 231+220+104=555 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.62% from 555); Green value is 220 (86.33% from 255 or 39.64% from 555); Blue value is 104 (41.02% from 255 or 18.74% from 555); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DC68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DC68 is #182397. Grayscale: #D2D2D2. Windows color (decimal): -1581976 or 6872295. OLE color: 6872295.

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

Color convert

RGB231220104-
CMYK00.050.550.09
HSL54.8º72.57%65.69%-
HSV(B)54.8º54.98%90.59%-
XYZ61.0569.1723.23-
YUV210.0668.14142.93-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.62%
GREEN value IS 220 (86.33% from 255) = 39.64%
BLUE value IS 104 (41.02% from 255) = 18.74%
R=41.62%
G=39.64%
B=18.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122010400.050.550.0954.872.5765.69
HexE7DC6805379374942
Octal34733415005671167111102
Binary111001111101110011010000101110111100111011110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DC68; }

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

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

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

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

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

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

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

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