#E7D769

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

Shades of Wild Rice #E7D769

Tints of Wild Rice #E7D769

Color information

#E7D769 (or 0xE7D769) is unknown color: approx Wild Rice. HEX triplet: E7, D7 and 69. RGB value is (231,215,105). Sum of RGB (Red+Green+Blue) = 231+215+105=551 (72% of max value = 765). Red value is 231 (90.62% from 255 or 41.92% from 551); Green value is 215 (84.38% from 255 or 39.02% from 551); Blue value is 105 (41.41% from 255 or 19.06% from 551); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D769 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D769 is #182896. Grayscale: #CFCFCF. Windows color (decimal): -1583255 or 6936551. OLE color: 6936551.

HSL color Cylindrical-coordinate representation of color #E7D769: hue angle of 52.38º degrees, saturation: 0.72, 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 #E7D769 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB231215105-
CMYK00.070.550.09
HSL52.38º72.41%65.88%-
HSV(B)52.38º54.55%90.59%-
XYZ59.8166.6123.07-
YUV207.2470.3144.94-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.92%
GREEN value IS 215 (84.38% from 255) = 39.02%
BLUE value IS 105 (41.41% from 255) = 19.06%
R=41.92%
G=39.02%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121510500.070.550.0952.3872.4165.88
HexE7D76907379344842
Octal34732715107671164110102
Binary111001111101011111010010111110111100111010010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D769; }

 p { color: rgb(231,215,105); }

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

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

 a { background-color: rgb(231,215,105); }

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

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

 span { border-color: rgb(231,215,105); }

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