#e3d373

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

Shades of Wild Rice #E3D373

Tints of Wild Rice #E3D373

Color information

#E3D373 (or 0xE3D373) is unknown color: approx Wild Rice. HEX triplet: E3, D3 and 73. RGB value is (227,211,115). Sum of RGB (Red+Green+Blue) = 227+211+115=553 (73% of max value = 765). Red value is 227 (89.06% from 255 or 41.05% from 553); Green value is 211 (82.81% from 255 or 38.16% from 553); Blue value is 115 (45.31% from 255 or 20.80% from 553); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D373 is #1C2C8C. Grayscale: #CDCDCD. Windows color (decimal): -1846413 or 7590883. OLE color: 7590883.

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

Color convert

RGB227211115-
CMYK00.070.490.11
HSL51.43º66.67%67.06%-
HSV(B)51.43º49.34%89.02%-
XYZ58.0764.1625.54-
YUV204.8477.3143.81-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.05%
GREEN value IS 211 (82.81% from 255) = 38.16%
BLUE value IS 115 (45.31% from 255) = 20.80%
R=41.05%
G=38.16%
B=20.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22721111500.070.490.1151.4366.6767.06
HexE3D3730731B334343
Octal34332316307611363103103
Binary111000111101001111100110111110001101111001110000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e3d373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e3d373; }

 p { color: rgb(227,211,115); }

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

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

 a { background-color: rgb(227,211,115); }

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

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

 span { border-color: rgb(227,211,115); }

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