#E2D279

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

Shades of Wild Rice #E2D279

Tints of Wild Rice #E2D279

Color information

#E2D279 (or 0xE2D279) is unknown color: approx Wild Rice. HEX triplet: E2, D2 and 79. RGB value is (226,210,121). Sum of RGB (Red+Green+Blue) = 226+210+121=557 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.57% from 557); Green value is 210 (82.42% from 255 or 37.70% from 557); Blue value is 121 (47.66% from 255 or 21.72% from 557); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D279 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D279 is #1D2D86. Grayscale: #CDCDCD. Windows color (decimal): -1912199 or 7983842. OLE color: 7983842.

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

Color convert

RGB226210121-
CMYK00.070.460.11
HSL50.86º64.42%68.04%-
HSV(B)50.86º46.46%88.63%-
XYZ57.8663.6427.32-
YUV204.6480.8143.24-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.57%
GREEN value IS 210 (82.42% from 255) = 37.70%
BLUE value IS 121 (47.66% from 255) = 21.72%
R=40.57%
G=37.70%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621012100.070.460.1150.8664.4268.04
HexE2D279072EB334044
Octal34232217107561363100104
Binary111000101101001011110010111101110101111001110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D279; }

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

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

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

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

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

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

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

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