#E2D76F

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

Shades of Wild Rice #E2D76F

Tints of Wild Rice #E2D76F

Color information

#E2D76F (or 0xE2D76F) is unknown color: approx Wild Rice. HEX triplet: E2, D7 and 6F. RGB value is (226,215,111). Sum of RGB (Red+Green+Blue) = 226+215+111=552 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.94% from 552); Green value is 215 (84.38% from 255 or 38.95% from 552); Blue value is 111 (43.75% from 255 or 20.11% from 552); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D76F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D76F is #1D2890. Grayscale: #CECECE. Windows color (decimal): -1910929 or 7329762. OLE color: 7329762.

HSL color Cylindrical-coordinate representation of color #E2D76F: hue angle of 54.26º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E2D76F is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB226215111-
CMYK00.050.510.11
HSL54.26º66.47%66.08%-
HSV(B)54.26º50.88%88.63%-
XYZ58.5365.9224.68-
YUV206.4374.14141.96-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.94%
GREEN value IS 215 (84.38% from 255) = 38.95%
BLUE value IS 111 (43.75% from 255) = 20.11%
R=40.94%
G=38.95%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621511100.050.510.1154.2666.4766.08
HexE2D76F0533B364242
Octal34232715705631366102102
Binary111000101101011111011110101110011101111011010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D76F; }

 p { color: rgb(226,215,111); }

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

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

 a { background-color: rgb(226,215,111); }

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

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

 span { border-color: rgb(226,215,111); }

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