#E2D977

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

Shades of Wild Rice #E2D977

Tints of Wild Rice #E2D977

Color information

#E2D977 (or 0xE2D977) is unknown color: approx Wild Rice. HEX triplet: E2, D9 and 77. RGB value is (226,217,119). Sum of RGB (Red+Green+Blue) = 226+217+119=562 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.21% from 562); Green value is 217 (85.16% from 255 or 38.61% from 562); Blue value is 119 (46.88% from 255 or 21.17% from 562); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D977 is #1D2688. Grayscale: #D0D0D0. Windows color (decimal): -1910409 or 7854562. OLE color: 7854562.

HSL color Cylindrical-coordinate representation of color #E2D977: hue angle of 54.95º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E2D977 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB226217119-
CMYK00.040.470.11
HSL54.95º64.85%67.65%-
HSV(B)54.95º47.35%88.63%-
XYZ59.5167.1327.27-
YUV208.5277.48140.47-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.21%
GREEN value IS 217 (85.16% from 255) = 38.61%
BLUE value IS 119 (46.88% from 255) = 21.17%
R=40.21%
G=38.61%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.47
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621711900.040.470.1154.9564.8567.65
HexE2D977042FB374144
Octal34233116704571367101104
Binary111000101101100111101110100101111101111011110000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D977; }

 p { color: rgb(226,217,119); }

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

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

 a { background-color: rgb(226,217,119); }

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

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

 span { border-color: rgb(226,217,119); }

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