#E7D07A

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

Shades of Wild Rice #E7D07A

Tints of Wild Rice #E7D07A

Color information

#E7D07A (or 0xE7D07A) is unknown color: approx Wild Rice. HEX triplet: E7, D0 and 7A. RGB value is (231,208,122). Sum of RGB (Red+Green+Blue) = 231+208+122=561 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.18% from 561); Green value is 208 (81.64% from 255 or 37.08% from 561); Blue value is 122 (48.05% from 255 or 21.75% from 561); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D07A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D07A is #182F85. Grayscale: #CDCDCD. Windows color (decimal): -1585030 or 8048871. OLE color: 8048871.

HSL color Cylindrical-coordinate representation of color #E7D07A: hue angle of 47.34º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E7D07A is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.09.

Color convert

RGB231208122-
CMYK00.100.470.09
HSL47.34º69.43%69.22%-
HSV(B)47.34º47.19%90.59%-
XYZ59.0263.5127.56-
YUV205.0781.12146.49-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.18%
GREEN value IS 208 (81.64% from 255) = 37.08%
BLUE value IS 122 (48.05% from 255) = 21.75%
R=41.18%
G=37.08%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.47
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120812200.100.470.0947.3469.4369.22
HexE7D07A0A2F92f4545
Octal347320172012571157105105
Binary1110011111010000111101001010101111100110111110001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D07A; }

 p { color: rgb(231,208,122); }

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

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

 a { background-color: rgb(231,208,122); }

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

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

 span { border-color: rgb(231,208,122); }

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