#E7DB76

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

Shades of Wild Rice #E7DB76

Tints of Wild Rice #E7DB76

Color information

#E7DB76 (or 0xE7DB76) is unknown color: approx Wild Rice. HEX triplet: E7, DB and 76. RGB value is (231,219,118). Sum of RGB (Red+Green+Blue) = 231+219+118=568 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.67% from 568); Green value is 219 (85.94% from 255 or 38.56% from 568); Blue value is 118 (46.48% from 255 or 20.77% from 568); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DB76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DB76 is #182489. Grayscale: #D3D3D3. Windows color (decimal): -1582218 or 7789543. OLE color: 7789543.

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

Color convert

RGB231219118-
CMYK00.050.490.09
HSL53.63º70.19%68.43%-
HSV(B)53.63º48.92%90.59%-
XYZ61.5668.9627.21-
YUV211.0775.48142.21-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.67%
GREEN value IS 219 (85.94% from 255) = 38.56%
BLUE value IS 118 (46.48% from 255) = 20.77%
R=40.67%
G=38.56%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121911800.050.490.0953.6370.1968.43
HexE7DB7605319364644
Octal34733316605611166106104
Binary111001111101101111101100101110001100111011010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DB76; }

 p { color: rgb(231,219,118); }

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

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

 a { background-color: rgb(231,219,118); }

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

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

 span { border-color: rgb(231,219,118); }

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