#E3D279

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

Shades of Wild Rice #E3D279

Tints of Wild Rice #E3D279

Color information

#E3D279 (or 0xE3D279) is unknown color: approx Wild Rice. HEX triplet: E3, D2 and 79. RGB value is (227,210,121). Sum of RGB (Red+Green+Blue) = 227+210+121=558 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.68% from 558); Green value is 210 (82.42% from 255 or 37.63% from 558); Blue value is 121 (47.66% from 255 or 21.68% from 558); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D279 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D279 is #1C2D86. Grayscale: #CDCDCD. Windows color (decimal): -1846663 or 7983843. OLE color: 7983843.

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

Color convert

RGB227210121-
CMYK00.070.470.11
HSL50.38º65.43%68.24%-
HSV(B)50.38º46.7%89.02%-
XYZ58.1863.827.34-
YUV204.9480.63143.74-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.68%
GREEN value IS 210 (82.42% from 255) = 37.63%
BLUE value IS 121 (47.66% from 255) = 21.68%
R=40.68%
G=37.63%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.47
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22721012100.070.470.1150.3865.4368.24
HexE3D279072FB324144
Octal34332217107571362101104
Binary111000111101001011110010111101111101111001010000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D279; }

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

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

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

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

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

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

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

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