#E7D969

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

Shades of Wild Rice #E7D969

Tints of Wild Rice #E7D969

Color information

#E7D969 (or 0xE7D969) is unknown color: approx Wild Rice. HEX triplet: E7, D9 and 69. RGB value is (231,217,105). Sum of RGB (Red+Green+Blue) = 231+217+105=553 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.77% from 553); Green value is 217 (85.16% from 255 or 39.24% from 553); Blue value is 105 (41.41% from 255 or 18.99% from 553); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D969 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D969 is #182696. Grayscale: #D0D0D0. Windows color (decimal): -1582743 or 6937063. OLE color: 6937063.

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

Color convert

RGB231217105-
CMYK00.060.550.09
HSL53.33º72.41%65.88%-
HSV(B)53.33º54.55%90.59%-
XYZ60.3267.6323.24-
YUV208.4269.64144.11-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.77%
GREEN value IS 217 (85.16% from 255) = 39.24%
BLUE value IS 105 (41.41% from 255) = 18.99%
R=41.77%
G=39.24%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121710500.060.550.0953.3372.4165.88
HexE7D96906379354842
Octal34733115106671165110102
Binary111001111101100111010010110110111100111010110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D969; }

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

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

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

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

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

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

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

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