#E2D877

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

Shades of Wild Rice #E2D877

Tints of Wild Rice #E2D877

Color information

#E2D877 (or 0xE2D877) is unknown color: approx Wild Rice. HEX triplet: E2, D8 and 77. RGB value is (226,216,119). Sum of RGB (Red+Green+Blue) = 226+216+119=561 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.29% from 561); Green value is 216 (84.77% from 255 or 38.50% from 561); Blue value is 119 (46.88% from 255 or 21.21% from 561); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D877 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D877 is #1D2788. Grayscale: #D0D0D0. Windows color (decimal): -1910665 or 7854306. OLE color: 7854306.

HSL color Cylindrical-coordinate representation of color #E2D877: hue angle of 54.39º 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 #E2D877 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB226216119-
CMYK00.040.470.11
HSL54.39º64.85%67.65%-
HSV(B)54.39º47.35%88.63%-
XYZ59.2566.6127.19-
YUV207.9377.81140.89-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.29%
GREEN value IS 216 (84.77% from 255) = 38.50%
BLUE value IS 119 (46.88% from 255) = 21.21%
R=40.29%
G=38.50%
B=21.21%

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
Decimal22621611900.040.470.1154.3964.8567.65
HexE2D877042FB364144
Octal34233016704571366101104
Binary111000101101100011101110100101111101111011010000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D877; }

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

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

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

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

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

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

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

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