#E2D779

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

Shades of Wild Rice #E2D779

Tints of Wild Rice #E2D779

Color information

#E2D779 (or 0xE2D779) is unknown color: approx Wild Rice. HEX triplet: E2, D7 and 79. RGB value is (226,215,121). Sum of RGB (Red+Green+Blue) = 226+215+121=562 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.21% from 562); Green value is 215 (84.38% from 255 or 38.26% from 562); Blue value is 121 (47.66% from 255 or 21.53% from 562); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D779 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D779 is #1D2886. Grayscale: #CFCFCF. Windows color (decimal): -1910919 or 7985122. OLE color: 7985122.

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

Color convert

RGB226215121-
CMYK00.050.460.11
HSL53.71º64.42%68.04%-
HSV(B)53.71º46.46%88.63%-
XYZ59.1266.1527.74-
YUV207.5779.14141.14-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.21%
GREEN value IS 215 (84.38% from 255) = 38.26%
BLUE value IS 121 (47.66% from 255) = 21.53%
R=40.21%
G=38.26%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621512100.050.460.1153.7164.4268.04
HexE2D779052EB364044
Octal34232717105561366100104
Binary111000101101011111110010101101110101111011010000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D779; }

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

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

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

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

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

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

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

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