#E1D76A

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

Shades of Wild Rice #E1D76A

Tints of Wild Rice #E1D76A

Color information

#E1D76A (or 0xE1D76A) is unknown color: approx Wild Rice. HEX triplet: E1, D7 and 6A. RGB value is (225,215,106). Sum of RGB (Red+Green+Blue) = 225+215+106=546 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.21% from 546); Green value is 215 (84.38% from 255 or 39.38% from 546); Blue value is 106 (41.80% from 255 or 19.41% from 546); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D76A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D76A is #1E2895. Grayscale: #CECECE. Windows color (decimal): -1976470 or 7002081. OLE color: 7002081.

HSL color Cylindrical-coordinate representation of color #E1D76A: hue angle of 54.96º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E1D76A is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB225215106-
CMYK00.040.530.12
HSL54.96º66.48%64.9%-
HSV(B)54.96º52.89%88.24%-
XYZ57.9565.6523.25-
YUV205.5671.81141.86-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.21%
GREEN value IS 215 (84.38% from 255) = 39.38%
BLUE value IS 106 (41.80% from 255) = 19.41%
R=41.21%
G=39.38%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521510600.040.530.1254.9666.4864.9
HexE1D76A0435C374241
Octal34132715204651467102101
Binary111000011101011111010100100110101110011011110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D76A; }

 p { color: rgb(225,215,106); }

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

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

 a { background-color: rgb(225,215,106); }

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

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

 span { border-color: rgb(225,215,106); }

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